Perl
Even though perldoc perlrun
says -s
parsing is made before an argument of --
or any filename arguments, in practice a --
is needed before the arguments for this case.
1 min read
Even though perldoc perlrun
says -s
parsing is made before an argument of --
or any filename arguments, in practice a --
is needed before the arguments for this case.