i dont understand why to use "if...." because "Parameter" is always the first Value and always in my dataset...my $in_header = 1; while (<@data>) { if (/Parameter/) { $in_header = 0; next; } next if $in_header; push(@data,$_); } print @data, "\n";
In reply to Re^4: skip lines
by halligalli
in thread skip lines
by halligalli
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |