[Orca-users] Re: rows to columns
dannyman
dannyman at dannyland.org
Mon May 29 06:02:12 PDT 2000
#!/usr/bin/perl
while( <> ) {
chomp;
@a = split;
$head .= "$a[0] ";
$body .= "$a[1] ";
}
print "$head\n$body\n";
hth,
-danny
--
come.to/dannyman
------------------------------------------------------------------------
Old school buds here:
http://click.egroups.com/1/4057/10/_/804404/_/959630571/
------------------------------------------------------------------------
More information about the Orca-users
mailing list