in reply to Re: What is the output of perl command?in thread What is the output of perl command?
$ echo print(666) | perl -l - | cat 666 $ [download]