in reply to Re: I know this code could be better...
in thread I know this code could be better...
you're better off to be more Perlish with constant.pm:sub LINKS { return 'h:\perl scripts\links.txt'; }
use constant LINKS => 'h:\perl scripts\links.txt';
xoxo,
Andy
%_=split/;/,".;;n;u;e;ot;t;her;c; ". # Andy Lester
'Perl ;@; a;a;j;m;er;y;t;p;n;d;s;o;'. # http://petdance.com
"hack";print map delete$_{$_},split//,q< andy@petdance.com >
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: I know this code could be better...
by jreades (Friar) on Jun 21, 2001 at 01:16 UTC |