in reply to Re^3: Feedback Appreciated on text-parsing, SQL querying subroutinein thread Feedback Appreciated on text-parsing, SQL querying subroutine
perl -le 'while(<>) { my ($a, $b, $c) = split; print "$a $b $c"; }'