Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2051 - 2060 of 3,449 for filetype:txt (1.12 sec)

  1. ${^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: Fri Aug 29 17:50:57 UTC 2025
    - 632 bytes
    - Viewed (0)
  2. @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: Fri Aug 29 15:38:04 UTC 2025
    - 562 bytes
    - Viewed (0)
  3. 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: Fri Aug 29 20:48:00 UTC 2025
    - 548 bytes
    - Viewed (0)
  4. $^F.txt

    =over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...
    perldoc.perl.org/variables/$^F.txt
    Registered: Fri Aug 29 16:00:38 UTC 2025
    - 574 bytes
    - Viewed (0)
  5. $:.txt

    =over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...
    perldoc.perl.org/variables/$:.txt
    Registered: Fri Aug 29 18:15:04 UTC 2025
    - 520 bytes
    - Viewed (0)
  6. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt
    Registered: Sun Aug 31 17:45:30 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  7. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Sun Aug 31 15:13:38 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  8. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Sun Aug 31 16:31:40 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  9. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The C<redo> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> block, if any, is ...
    perldoc.perl.org/functions/redo.txt
    Registered: Sun Aug 31 14:44:32 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Sun Aug 31 17:38:15 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top