in reply to Re^6: Sorting by value??
in thread Sorting by value??
where I have attempted to follow your existant style.foreach(@sorted) { my $frmType = substr $_, 1, 4; if ($frmType eq "Q569") { print OUT "$_"; $count ++; } } print OUT "There were $count Quarterly 569 runs\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Sorting by value??
by Homerhrdz (Initiate) on Jun 17, 2010 at 19:24 UTC |