Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1171 - 1180 of 1,306 for label:perl (0.03 sec)

  1. ${^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}.txt
    Registered: Thu Apr 17 03:14:42 UTC 2025
    - 468 bytes
    - Viewed (0)
  2. ${^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}.txt
    Registered: Thu Apr 17 01:57:14 UTC 2025
    - 415 bytes
    - Viewed (0)
  3. $^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.txt
    Registered: Thu Apr 17 04:55:38 UTC 2025
    - 462 bytes
    - Viewed (0)
  4. $~.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/$~.txt
    Registered: Thu Apr 17 05:09:36 UTC 2025
    - 355 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Thu Apr 17 16:24:28 UTC 2025
    - 112.8K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Thu Apr 17 17:32:47 UTC 2025
    - 87.4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu Apr 17 21:03:34 UTC 2025
    - 91K bytes
    - Viewed (0)
  8. perldata.txt

    =head1 NAME perldata - Perl data types =head1 DESCRIPTION =head2 Variable names X<variable, name> X<variable name> X<data type> X<type> Perl has three built-in data types: scalars, arrays of scalar...
    perldoc.perl.org/perldata.txt
    Registered: Thu Apr 17 15:34:26 UTC 2025
    - 51.9K bytes
    - Viewed (0)
  9. perlfaq1.txt

    =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions about Perl. =head2 What i...
    perldoc.perl.org/perlfaq1.txt
    Registered: Thu Apr 17 20:55:03 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  10. perlnumber.txt

    =head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...
    perldoc.perl.org/perlnumber.txt
    Registered: Thu Apr 17 20:02:46 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top