Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 170 for host:perldoc.perl.org (0.02 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: Fri May 17 16:42:37 UTC 2024
    - 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: Fri May 17 21:46:23 UTC 2024
    - 520 bytes
    - Viewed (0)
  3. $&.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: Fri May 17 21:35:57 UTC 2024
    - 382 bytes
    - Viewed (0)
  4. $^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: Fri May 17 21:03:29 UTC 2024
    - 343 bytes
    - Viewed (0)
  5. attributes.txt

    package attributes; our $VERSION = 0.35; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Sat May 18 03:42:43 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. %-.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: Sat May 18 03:34:24 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. ${^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: Fri May 17 23:21:12 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. $|.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 May 18 01:16:31 UTC 2024
    - 926 bytes
    - Viewed (0)
  9. %!.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 May 18 01:10:26 UTC 2024
    - 758 bytes
    - Viewed (0)
  10. ${^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 May 18 03:19:57 UTC 2024
    - 632 bytes
    - Viewed (0)
Back to top