Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 1,306 for label:perl (0.05 sec)

  1. $^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: Thu Apr 17 00:03:11 UTC 2025
    - 574 bytes
    - Viewed (0)
  2. $:.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: Thu Apr 17 03:18:45 UTC 2025
    - 520 bytes
    - Viewed (0)
  3. perlunicook.txt

    =encoding utf8 =head1 NAME perlunicook - cookbookish examples of handling Unicode in Perl =head1 DESCRIPTION This manpage contains short recipes demonstrating how to handle common Unicode operation...
    perldoc.perl.org/perlunicook.txt
    Registered: Thu Apr 17 09:57:25 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  4. perlfilter.txt

    =head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...
    perldoc.perl.org/perlfilter.txt
    Registered: Thu Apr 17 08:36:36 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  5. %-.txt

    =over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...
    perldoc.perl.org/variables/%-.txt
    Registered: Thu Apr 17 04:40:44 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. ${^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: Thu Apr 17 05:28:52 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. $^R.txt

    =over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...
    perldoc.perl.org/variables/$^R.txt
    Registered: Thu Apr 17 04:48:39 UTC 2025
    - 343 bytes
    - Viewed (0)
  8. $^.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: Thu Apr 17 05:02:15 UTC 2025
    - 385 bytes
    - Viewed (0)
  9. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Sun Apr 20 18:41:54 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  10. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Sun Apr 20 17:46:44 UTC 2025
    - 28.1K bytes
    - Viewed (0)
Back to top