in reply to Re: Looking for ways to speed up the parsing of a file...
in thread Looking for ways to speed up the parsing of a file...
if (/^\s+total wire length\:\s+(\d.*\d)?/) { if (defined($1)) { $NetLength = $1; $c++; } else { $NetLength = "NaN"; } }
|
|---|