http://www.perlmonks.org?node_id=863303


in reply to Re^2: Command-line arguments to command-line Perl
in thread Command-line arguments to command-line Perl

I wasn't able to get this to work, because perl seemed to think that the argument was meant for it, rather than the script,

Sorry. I don't often use -s with -e.

You have to use -- to delineate between switches meant for perl, and those meant for the -e script:

perl -pi -se's/.*'def'.*''/\t"def"=>"dumper\/$D.def",/g' -- -D=ADCIF C +onfigFile

Not very practical on the command line, but useful in shell scripts.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.