while (<FILE>){ # remove line endings: chomp; # skip header lines - you want the data, right? next if m/^Number/; my @numbers = split m/\s+/, $_; # now your numbers are in @numbers }
In reply to Re: printing column info without headers
by moritz
in thread printing column info without headers
by annie06
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |