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

$= The current page length (printable lines) of the currently selected output channel. The default is 60. Mnemonic:

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

$FORMAT_TOP_NAME

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
@+
  • 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
$INPUT_RECORD_SEPARATOR
  • References/Perl/Perl/Special Variables

$INPUT_RECORD_SEPARATOR

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
$[
  • 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