in reply to Re^2: Differentiating STDIN from arguments when using -n ?
in thread Differentiating STDIN from arguments when using -n ?
See for yourself:
produces:perl -n -MO=Deparse -e 'my $x' foo
LINE: while (defined($_ = <ARGV>)) { my $x; } -e syntax OK
|
|---|