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

%^H The %^H hash provides the same scoping semantic as

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

@+ This array holds the offsets of the ends of the last successful submatches in the currently active dynamic scope.

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

$MATCH

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

$EFFECTIVE_USER_ID

2025-01-10 15:47:30
$^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
$^W
  • References/Perl/Perl/Special Variables

$^W The current value of the warning switch, initially true if -w was used, false otherwise, but directly modifiable.

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

%+ Similar to @+ , the %+ hash allows

2025-01-10 15:47:30