in reply to Re: Schwartzian Transform and memory allocation.
in thread Schwartzian Transform and memory allocation.
____________open FILE, "<$data_file"; my @file_data = sort { $a->[$variable-1] cmp $b->[$variable-1] }, map [ split(/\|/) ], <FILE>; close FILE; print qq(<TABLE BORDER="1">); for my $row (@file_data){ print ( qq(<TR>), map(qq(<TD>$_</TD>), @$row), qq(</TR>) ); } print qq(</TABLE>);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Schwartzian Transform and memory allocation.
by flounder99 (Friar) on Jun 20, 2002 at 13:41 UTC | |
by Aristotle (Chancellor) on Jun 20, 2002 at 22:53 UTC |