http://qs321.pair.com?node_id=400267


in reply to Playing with module::variables and -s
in thread Is using '-s' really bad and why?

To my relief, perl -s -e'print $^O' -- -^O=foo doesn't print foo. But perl -we'print `perl -s -eprint" "\$^O -- -\x0f=foo`' does.