- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1161 - 1170 of 1,306 for label:perl (0.02 sec)
-
$!.txt
=over =item $OS_ERROR =item $ERRNO =item $! X<$!> X<$ERRNO> X<$OS_ERROR> When referenced, C<$!> retrieves the current value of the C C<errno> integer variable. If C<$!> is assigned a numerical valu...perldoc.perl.org/variables/$!.txtRegistered: Thu Apr 17 05:51:35 UTC 2025 - 1.4K bytes - Viewed (0) -
$^S.txt
=over =item $EXCEPTIONS_BEING_CAUGHT =item $^S X<$^S> X<$EXCEPTIONS_BEING_CAUGHT> Current state of the interpreter. $^S State --------- ---------- undef Parsing module, eval, or main program true (...perldoc.perl.org/variables/$^S.txtRegistered: Thu Apr 17 06:14:51 UTC 2025 - 663 bytes - Viewed (0) -
${^WARNING_BITS}.txt
=over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...perldoc.perl.org/variables/${^WARNING_BITS}.txtRegistered: Thu Apr 17 03:48:39 UTC 2025 - 516 bytes - Viewed (0) -
${^UTF8CACHE}.txt
=over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...perldoc.perl.org/variables/${^UTF8CACHE}.txtRegistered: Thu Apr 17 03:14:42 UTC 2025 - 468 bytes - Viewed (0) -
${^LAST_FH}.txt
=over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...perldoc.perl.org/variables/${^LAST_FH}.txtRegistered: Thu Apr 17 01:57:14 UTC 2025 - 415 bytes - Viewed (0) -
$^A.txt
=over =item $ACCUMULATOR =item $^A X<$^A> X<$ACCUMULATOR> The current value of the C<write()> accumulator for C<format()> lines. A format contains C<formline()> calls that put their result into C<$...perldoc.perl.org/variables/$^A.txtRegistered: Thu Apr 17 04:55:38 UTC 2025 - 462 bytes - Viewed (0) -
$~.txt
=over =item HANDLE->format_name(EXPR) =item $FORMAT_NAME =item $~ X<$~> X<$FORMAT_NAME> The name of the current report format for the currently selected output channel. The default format name is t...perldoc.perl.org/variables/$~.txtRegistered: Thu Apr 17 05:09:36 UTC 2025 - 355 bytes - Viewed (0) -
perl5200delta.txt
=encoding utf8 =head1 NAME perl5200delta - what is new for perl v5.20.0 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgradin...perldoc.perl.org/perl5200delta.txtRegistered: Thu Apr 17 16:24:28 UTC 2025 - 112.8K bytes - Viewed (0) -
perlport.txt
=head1 NAME perlport - Writing portable Perl =head1 DESCRIPTION Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This docu...perldoc.perl.org/perlport.txtRegistered: Thu Apr 17 17:32:47 UTC 2025 - 87.4K bytes - Viewed (0) -
perlfaq4.txt
=head1 NAME perlfaq4 - Data Manipulation =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hash...perldoc.perl.org/perlfaq4.txtRegistered: Thu Apr 17 21:03:34 UTC 2025 - 91K bytes - Viewed (0)