$<digits> ($1, $2, ...)
  • References/Perl/Perl/Special Variables

$<digits> ($1, $2, ...) Contains the subpattern from the corresponding set of capturing parentheses from the last successful pattern

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

$< The real uid of this process. You can change both the real uid and the effective uid at the same time by using

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

$( The real gid of this process. If you are on a machine that supports membership in multiple groups simultaneously, gives a space separated

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

${^GLOBAL_PHASE} The current phase of the perl interpreter. Possible values are:

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

$- The number of lines left on the page of the currently selected output channel. Mnemonic: lines_on_page -

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

$LAST_PAREN_MATCH

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

${^CHILD_ERROR_NATIVE} The native status returned by the last pipe close, backtick (`` )

2025-01-10 15:47:30
HANDLE->format_top_name(EXPR)
  • References/Perl/Perl/Special Variables

HANDLE->format_top_name(EXPR)

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

$` The string preceding whatever was matched by the last successful pattern match, not counting any matches hidden within a BLOCK or

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

$^I The current value of the inplace-edit extension. Use

2025-01-10 15:47:30