in reply to Cannot skip first lines in array
foreach (@rebasefile[10..$#rebasefile]){ # skips the first ten automat +ically next if(/^\s*$/); ... }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Cannot skip first lines in array
by dave_the_m (Monsignor) on Oct 20, 2004 at 12:53 UTC | |
Re^2: Cannot skip first lines in array
by Taulmarill (Deacon) on Oct 20, 2004 at 15:24 UTC |