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

$^H WARNING: This variable is strictly for internal use only. Its availability, behavior, and contents are subject to change without notice

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

$> The effective uid of this process. For example: $<

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

$MATCH

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

${^MATCH} This is similar to $& ($MATCH

2025-01-10 15:47:30
IO::Handle->output_record_separator( EXPR )
  • References/Perl/Perl/Special Variables

IO::Handle->output_record_separator( EXPR )

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

$$ The process number of the Perl running this script. Though you can set this variable, doing so is generally discouraged, although

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

$DEBUGGING

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

$" When an array or an array slice is interpolated into a double-quoted string or a similar context such as /

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