$^
  • References/Perl/Perl/Special Variables

$^ The name of the current top-of-page format for the currently selected output channel. The default is the name of the filehandle with

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

$0 Contains the name of the program being executed. On some (but not all) operating systems assigning to

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

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

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

$^O The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples

2025-01-10 15:47:30
seekdir
  • References/Perl/Perl/Functions

seekdir DIRHANDLE,POS Sets the current position for the

2025-01-10 15:47:30
vars - Perl pragma to predeclare global variable names
  • References/Perl/Perl/Pragmas

NAME

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
perlpolicy - Various and sundry policies and commitments related to the Perl core
  • References/Perl/Perl/Internals and C language interface

NAME

2025-01-10 15:47:30
Carp - alternative warn and die for modules
  • References/Perl/Perl/Core Modules

NAME

2025-01-10 15:47:30