in reply to Help on foreach loop
@ARGV = <$responseDir/*>; undef $newFile; # Force reset while (<>) { $newFile = $ARGV, print(STDERR "Found $commonField\n"), last +if /^"$commonField"$/; } print "my newFile to change is $newFile\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help on foreach loop
by Anonymous Monk on Sep 09, 2004 at 15:32 UTC | |
by Roy Johnson (Monsignor) on Sep 09, 2004 at 15:53 UTC |