From the perlrun manpage:
The -C flag controls some Unicode Perl functions ... The read-only magic variable ${^UNICODE} reflects the numerical value of this parameter. This variable is set at the start of Perl and is then read-only.
There are other magic variables for some other command line switches. Either perlrun or perlvar should have the information you are looking for.
friedo
source share