Hello,

doesn't one-liner Perl command support __DATA__ handler?
Just found this:

# perl -e 'while(<DATA>){ print }
> __DATA__
> abc
> 123
> def
> '

run without any output.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to