in reply to Re^2: Nested While Loop Problem
in thread Nested While Loop Problem
if ($fsline =~ /(.:\\.*)/){ $dir = $1; print "$dir\n"; #works fine here } else { next; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Nested While Loop Problem
by Smith (Initiate) on Feb 06, 2009 at 16:26 UTC |