sub my_search { ($file) = @_; open(FILE, $file) || die "Unable to open $file: $!\n"; while (<FILE>) { if (/^Number 1/) { $_ =~ s/\s+/ /g; my @Number = split(" ",$_); # line above only brings me to the headers of +the "text table" } }
In reply to printing column info without headers by annie06
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |