in reply to Re^2: Using <> in the presence of @ARGV
in thread Using <> in the presence of @ARGV

If memmory isn't an issue, my dict file is only 880kb:
my @file = <$fh>; print $file[int rand $#file];


Evan Carroll
www.EvanCarroll.com