Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 189 for filetype:txt (0.01 sec)

  1. 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)
  2. %-.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)
  3. ${^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)
  4. $|.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)
  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: Sat May 18 01:10:26 UTC 2024
    - 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: Sat May 18 03:19:57 UTC 2024
    - 632 bytes
    - Viewed (0)
  7. $\.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 May 18 00:41:24 UTC 2024
    - 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 angle operator C<< <> >>. Note that currently C<...
    perldoc.perl.org/variables/ARGV.txt
    Registered: Sat May 18 00:25:19 UTC 2024
    - 546 bytes
    - Viewed (0)
  9. $^.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 May 18 02:35:34 UTC 2024
    - 385 bytes
    - Viewed (0)
  10. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.44"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Sat May 18 04:39:29 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top