$^V
  • References/Perl/Perl/Special Variables

$^V The revision, version, and subversion of the Perl interpreter, represented as a version object. This variable

2025-01-10 15:47:30
$=
  • References/Perl/Perl/Special Variables

$= The current page length (printable lines) of the currently selected output channel. The default is 60. Mnemonic:

2025-01-10 15:47:30
$]
  • References/Perl/Perl/Special Variables

$] The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the version /

2025-01-10 15:47:30
${^TAINT}
  • References/Perl/Perl/Special Variables

${^TAINT} Reflects if taint mode is on or off. 1 for on (the program was run with -T), 0 for off, -1 when only taint warnings are enabled

2025-01-10 15:47:30
ARGVOUT
  • References/Perl/Perl/Special Variables

ARGVOUT The special filehandle that points to the currently open output file when doing edit-in-place processing with -i. Useful when

2025-01-10 15:47:30
@ARG
  • References/Perl/Perl/Special Variables

@ARG

2025-01-10 15:47:30
$^C
  • References/Perl/Perl/Special Variables

$^C The current value of the flag associated with the -c switch. Mainly of use with -MO=... to allow code to alter its behavior

2025-01-10 15:47:30
$MATCH
  • References/Perl/Perl/Special Variables

$MATCH

2025-01-10 15:47:30
$OLD_PERL_VERSION
  • References/Perl/Perl/Special Variables

$OLD_PERL_VERSION

2025-01-10 15:47:30
$^O
  • References/Perl/Perl/Special Variables

$^O The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples

2025-01-10 15:47:30