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

2001-09-07 Thread John Porter
. -- John Porter

Re: World's First JAPH

2001-08-23 Thread John Porter
for perl programming in general. -- 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: 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: 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