in reply to Re: Calling a Perl filter script from command line
in thread Calling a Perl filter script from command line

Yes, pipes don't pass stuff via @ARGV, but <> does read from STDIN if @ARGV is empty. So <> is appropriate and that is not the problem.

        - tye (but my friends call me "Tye")