Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2841 - 2850 of 3,598 for filetype:txt (1.73 sec)

  1. perlirix.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlirix.txt
    Registered: Sat Dec 06 20:13:42 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  2. perlhurd.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlhurd.txt
    Registered: Sat Dec 06 18:54:21 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. perlriscos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlriscos.txt
    Registered: Sat Dec 06 20:45:42 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  4. ${^OPEN}.txt

    =over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...
    perldoc.perl.org/variables/${^OPEN}.txt
    Registered: Sun Dec 07 00:12:33 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. %!.txt

    =over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...
    perldoc.perl.org/variables/%!.txt
    Registered: Sun Dec 07 02:12:22 UTC 2025
    - 758 bytes
    - Viewed (0)
  6. ${^RE_TRIE_MAXBUF}.txt

    =over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...
    perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txt
    Registered: Sun Dec 07 01:08:16 UTC 2025
    - 632 bytes
    - Viewed (0)
  7. @ISA.txt

    =over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...
    perldoc.perl.org/variables/@ISA.txt
    Registered: Sun Dec 07 02:00:47 UTC 2025
    - 562 bytes
    - Viewed (0)
  8. ARGV.txt

    =over =item ARGV X<ARGV> The special filehandle that iterates over command-line filenames in C<@ARGV>. Usually written as the null filehandle in the diamond operator C<< <> >>. Note that currently ...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Sun Dec 07 01:12:12 UTC 2025
    - 548 bytes
    - Viewed (0)
  9. $&.txt

    =over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...
    perldoc.perl.org/variables/$&.txt
    Registered: Sun Dec 07 04:08:32 UTC 2025
    - 382 bytes
    - Viewed (0)
  10. $^.txt

    =over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...
    perldoc.perl.org/variables/$^.txt
    Registered: Sun Dec 07 04:55:44 UTC 2025
    - 385 bytes
    - Viewed (0)
Back to top