Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
while (<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: FlatFile Sort Help
by MidLifeXis (Monsignor) on Nov 05, 2008 at 19:05 UTC | |
by Anonymous Monk on Nov 05, 2008 at 19:13 UTC | |
by ikegami (Patriarch) on Nov 05, 2008 at 19:20 UTC | |
by jethro (Monsignor) on Nov 05, 2008 at 19:20 UTC | |
|
Re: FlatFile Sort Help
by mr_mischief (Monsignor) on Nov 05, 2008 at 19:19 UTC | |
by Anonymous Monk on Nov 05, 2008 at 19:36 UTC |