$=
  • 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
$^
  • References/Perl/Perl/Special Variables

$^ The name of the current top-of-page format for the currently selected output channel. The default is the name of the filehandle with

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

${^PREMATCH} This is similar to $` ($PREMATCH) except that it does not incur the performance

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

@- $-[0] is the offset of the start of the last successful match

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

$b Special package variables when using sort()

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

%ERRNO

2025-01-10 15:47:30