$ perl -MO=Deparse,-p -0777 -e 'print' BEGIN { $/ = undef; $\ = undef; } '???'; -e syntax OK $ perl -MO=Deparse,-p -0777 -pe 'print' BEGIN { $/ = undef; $\ = undef; } LINE: while (defined(($_ = <ARGV>))) { '???'; } continue { print($_); } -e syntax OK $ perl -MO=Deparse,-p -0777 -ne 'print' BEGIN { $/ = undef; $\ = undef; } LINE: while (defined(($_ = <ARGV>))) { '???'; } -e syntax OK
In reply to Re: How to use -0 (zero) option in perl
by Anonymous Monk
in thread How to use -0 (zero) option in perl
by perldesire
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |