in reply to Re: FlatFile Sort Help
in thread FlatFile Sort Help
Thank you...and and sincerely appreciate the help and please don't giggle, I'm trying to jog what little memory I have.while (<LOOPFILE>) { foreach (sort <LOOPFILE>) { $linenumber ++; @lineItems = split (/\t/); #... print OUTFILE "<BR><B>$lineItems[0]</b> ($lineItems[1])\n"; #.... } } require "footer.pl"; close (LOOPFILE);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: FlatFile Sort Help
by ikegami (Patriarch) on Nov 05, 2008 at 19:20 UTC | |
|
Re^3: FlatFile Sort Help
by jethro (Monsignor) on Nov 05, 2008 at 19:20 UTC |