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

2001-09-07 Thread John Porter
set the $PWD envar? If so, that saves you the chomp. -- John Porter

Re: World's First JAPH

2001-08-23 Thread John Porter
f golf, then I misunderstood and I apologize. I thought he meant for perl programming in general. -- John Porter

Re: World's First JAPH

2001-08-22 Thread John Porter
[EMAIL PROTECTED] wrote: > Embedding newlines inside quotes is controversial; > doubtless, some golfers and japhers would seek to > ban this perhaps shady practice. Absolutely not. Amongst C programmers, maybe (:-) but not Perl programmers. Where'd you get that strange idea? -- John Porter

Re: World's shortest JAPH (was: first)

2001-08-22 Thread John Porter
Sven Neuhaus wrote: > eval`nc a.tm 9000` He really ought to see about getting that service running at a port in the range 1..9. -- John Porter

Re: VIER/NEUN problem

2001-08-14 Thread John Porter
John Satoshi Beppu wrote: > How can you be part of the Eric Conspiracy Secret Labs > if your name is Greg? I seem to recall (it's been a long time) that there was an allowance for "honorary" Erics under exceptional circumstances. -- John Porter

Re: End of block actions WITHOUT magic lexicals?

2001-07-23 Thread John Porter
sub TODO(&) { $_[0]->() } TODO { # no colon here, ... }; # but a semicolon here. -- John Porter

Re: Sorting challenge

2001-07-20 Thread John Porter
Pareto ordering. -- John Porter