argv Questions
3
Solved
The following Perl code has an obvious inefficiency;
while (<>)
{
if ($ARGV =~ /\d+\.\d+\.\d+/) {next;}
... or do something useful
}
The code will step through every line of the file we d...
Hoofbeat asked 14/9, 2009 at 15:3
© 2022 - 2024 — McMap. All rights reserved.