-e does not end the processing of the options.
$ perl -e'print "a\n";' -e'print "b\n";' a b
And an example with -M:
$ perl -e'print "a\n";' -e'print "b\n";' -MO=Deparse print "a\n"; print "b\n"; -e syntax OK
In reply to Re^3: perl -e ';' -MCGI
by ikegami
in thread perl -e ';' -MCGI
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |