Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 621 - 630 of 3,812 for filetype:txt (0.08 sec)

  1. ${^RE_DEBUG_FLAGS}.txt

    =over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...
    perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txt
    Registered: Thu Apr 17 05:16:42 UTC 2025
    - 251 bytes
    - Viewed (0)
  2. @ARGV.txt

    =over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...
    perldoc.perl.org/variables/@ARGV.txt
    Registered: Thu Apr 17 06:00:27 UTC 2025
    - 293 bytes
    - Viewed (0)
  3. ${^WIN32_SLOPPY_STAT}.txt

    =over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...
    perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txt
    Registered: Thu Apr 17 04:05:15 UTC 2025
    - 216 bytes
    - Viewed (0)
  4. $-.txt

    =over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...
    perldoc.perl.org/variables/$-.txt
    Registered: Thu Apr 17 03:57:42 UTC 2025
    - 237 bytes
    - Viewed (0)
  5. perlhack.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhack.pod =head1 NAME perlhack - How to hack on Perl =head1 DESCRIPTION This document ...
    perldoc.perl.org/perlhack.txt
    Registered: Thu Apr 17 07:59:13 UTC 2025
    - 44K bytes
    - Viewed (0)
  6. perlrecharclass.txt

    =head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...
    perldoc.perl.org/perlrecharclass.txt
    Registered: Thu Apr 17 09:21:34 UTC 2025
    - 47.7K bytes
    - Viewed (0)
  7. perliol.txt

    =head1 NAME perliol - C API for Perl's implementation of IO in Layers. =head1 SYNOPSIS /* Defining a layer ... */ #include <perliol.h> =head1 DESCRIPTION This document describes the behavior and im...
    perldoc.perl.org/perliol.txt
    Registered: Thu Apr 17 11:34:38 UTC 2025
    - 34.7K bytes
    - Viewed (0)
  8. perl5321delta.txt

    =encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...
    perldoc.perl.org/perl5321delta.txt
    Registered: Thu Apr 17 12:00:28 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  9. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Thu Apr 17 08:07:32 UTC 2025
    - 7K bytes
    - Viewed (0)
  10. $[.txt

    =over =item $[ X<$[> 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 theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Thu Apr 17 06:33:11 UTC 2025
    - 1.1K bytes
    - Viewed (0)
Back to top