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
.
Comment on
Re: Playing with module::variables and -s
Select
or
Download
Code
In Section
Seekers of Perl Wisdom