NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Golf anyone? (Score:1)
perl -e 'print chr while($_=shift);' 78 111 119 32 72 105 114 105 110 103A modest 73 for starters
Re:Golf anyone? (Score:2)
perl -e 'print chr for(qw(78 111 119 32 72 105 114 105 110 103))'Re:Golf anyone? (Score:1)
perl -e 'print chr for qw(78 111 119 32 72 105 114 105 110 103)'Reply to This
Parent
Re:Golf anyone? (Score:2)
Hooray for laziness.
--
xoa
Re:Golf anyone? (Score:2)
--
xoa