I'm trying to set variable for the perl via the -s and -var=value.
perl -s -E 'say $xx if $xx' -xx=abc
prints
No Perl script found in input
It probably didn't works together with the -E or i'm doing something wrong. (the perlrun doesn't mentions about the wrong combination of -E and -s)