Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 921 - 930 of 1,306 for label:perl (0.02 sec)

  1. ${^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: Sat Jun 07 10:55:41 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. $|.txt

    =over =item HANDLE->autoflush( EXPR ) =item $OUTPUT_AUTOFLUSH =item $| X<$|> X<autoflush> X<flush> X<$OUTPUT_AUTOFLUSH> If set to nonzero, forces a flush right away and after every write or print o...
    perldoc.perl.org/variables/$|.txt
    Registered: Sat Jun 07 03:35:16 UTC 2025
    - 926 bytes
    - Viewed (0)
  3. %!.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: Sat Jun 07 09:22:35 UTC 2025
    - 758 bytes
    - Viewed (0)
  4. ${^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: Sat Jun 07 09:17:30 UTC 2025
    - 632 bytes
    - Viewed (0)
  5. $\.txt

    =over =item IO::Handle->output_record_separator( EXPR ) =item $OUTPUT_RECORD_SEPARATOR =item $ORS =item $\ X<$\> X<$ORS> X<$OUTPUT_RECORD_SEPARATOR> The output record separator for the print operat...
    perldoc.perl.org/variables/$\.txt
    Registered: Sat Jun 07 07:37:23 UTC 2025
    - 562 bytes
    - Viewed (0)
  6. $:.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: Sat Jun 07 04:35:56 UTC 2025
    - 520 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: Sat Jun 07 03:50:17 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: Sat Jun 07 07:49:55 UTC 2025
    - 385 bytes
    - Viewed (0)
  9. perlfaq6.txt

    =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with answers involving reg...
    perldoc.perl.org/perlfaq6.txt
    Registered: Sat Jun 07 11:45:12 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  10. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Sat Jun 07 13:03:13 UTC 2025
    - 48.8K bytes
    - Viewed (0)
Back to top