develooper Front page | perl.fwp | Postings from September 2001

Re: Fun with xterm window titles, or Yet Another golf challenge

Thread Previous | Thread Next
From:
Robert G. Werner
Date:
September 9, 2001 10:21
Subject:
Re: Fun with xterm window titles, or Yet Another golf challenge
Message ID:
Pine.LNX.4.10.10109091011360.7627-100000@lx1.microbsys.com
Absolutely.  And memory is getting cheaper and cheaper.  Might be cool
to have some sort of application server running though.  An interp
that keeps running and then executes jobs submitted over some sort of
connection.  

Might need to be sandboxed if it was accessable from the network but
it could be a pretty cool thing.  I don't really think it would take
any special programming either.  Just set up a perl script to recieve
jobs and then eval them.

Robert G. Werner
rwerner@lx1.microbsys.com
It's not my fault ... I didn't vote for him.

"When the going gets weird, the weird turn pro..."
-- Hunter S. Thompson

On Sat, 8 Sep 2001, Abigail wrote:

> On Fri, Sep 07, 2001 at 02:16:09PM -0700, Robert G. Werner wrote:
> > You realize,  of course,  that everytime you press return,  this will
> > invoke perl in all it's 5MB glory?
> 
> 
> 
> But for modern operating systems, that shouldn't be much of a problem;
> they will know Perl is still swapped in. I call Perl each time I change
> directories, and that doesn't have a noticeble effect either.
> 
> 
>     function cd () {
>         if   builtin cd "$@"
>         then ls -l | perl -pe 's/^(.{78})...*/$1>/;' | page
>         fi
>     }
> 
> 
> Abigail
> 


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About