in reply to I like ugliness

Was the stuff at te start/end just there for decoration (or ugliness) coz it didn't "do" anything? If you bin those bits -w dosen't complain. Noce variety of q() usage, though :-)

#!/usr/bin/perl %s=(q%hacker%,q)Just)=>q=another=,q!hacker!=>q)Perl),q:another:=> q+Just+,q=Perl==>q$qw.w$,qq#\40#)=>print(qq%$s{hacker}$s{q$qw.w$}$s{Pe +rl}%. qq&$s{q$qw.w$}$s{Just}$s{q$qw.w$}$s{another}.\n&)

Replies are listed 'Best First'.
Re^2: I like ugliness
by mr_mischief (Monsignor) on Dec 29, 2004 at 14:17 UTC
    It's for ugliness and a bit of a distraction from the actual working code. It's fun to include relatively large sections of code that are effectively noops.


    Christopher E. Stith