in reply to Re^2: Looking for pointers or optimizations.
in thread Looking for pointers or optimizations.
You may want to
Update: I see that the OP has done two of the three of these already -- this comment is targeted at the parent post. :-)
open (my $inputFH, "<", $filename) or die "cannot open input file: $!";
--MidLifeXis
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Looking for pointers or optimizations.
by nemesdani (Friar) on Aug 21, 2012 at 14:36 UTC |