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

$INPLACE_EDIT

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

$b Special package variables when using sort()

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

$OUTPUT_FIELD_SEPARATOR

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

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

%SIG The hash %SIG contains signal handlers for signals. For example:

2025-01-10 15:47:30