http://www.perlmonks.org?node_id=75653


in reply to Re: (Ovid - accidental obfuscation?)Re: Perverse Unreadable Code
in thread Perverse Unreadable Code

Funny, I was thinking virtually the same thing myself looking at his code, but more along the lines of:
my %author; while (<FH>) { next unless /^(\d{6})=([^|]+?)\|(.*)/; $author{$1} = [ $2, $3 ]; }
Though perhaps I've missed something here.
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print
  • Comment on Re: Re: (Ovid - accidental obfuscation?)Re: Perverse Unreadable Code
  • Download Code