@-
  • References/Perl/Perl/Special Variables

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

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

$^N The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the last successful

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

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

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

$[ This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could

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

$b Special package variables when using sort()

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