in reply to Re^2: Feedback Appreciated on text-parsing, SQL querying subroutine
in thread Feedback Appreciated on text-parsing, SQL querying subroutine

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^3: Feedback Appreciated on text-parsing, SQL querying subroutine

Replies are listed 'Best First'.
Re^4: Feedback Appreciated on text-parsing, SQL querying subroutine
by whio (Beadle) on Jun 01, 2006 at 00:41 UTC
    perl -le 'while(<>) { my ($a, $b, $c) = split; print "$a $b $c"; }'

    when fed A B C D E produces A B C as output, not A B 3.