FunkyMonk,
I am not sure where to insert this into my perl code. I am reading this data in from a file and I am
skipping some lines of input. The beginning code is as
follows:
for my $file ("may_07_xsd00544.dat") { open (my $fh,"<",$file) or die "Can't open file $file: $!"; while (my $line = <$fh>) { chomp($line); last if ($line =~ /TOTAL COMMAND SUMMARY/); next if (($line =~ /^[a-zA-Z]/) or ($line =~ /^\s*$/) or ($line =~ /^ +\s/));
In reply to Re^2: How can I sort this data on the fourth field?
by country1
in thread How can I sort this data on the fourth field?
by country1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |