Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. %!.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)
  2. ${^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)
  3. $\.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)
  4. 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)
  5. $^.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)
  6. 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)
  7. CPAN::Meta::Requirements.txt

    use 5.006; # keep at v5.6 for CPAN.pm use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.140'; #pod =head1 SYNOP...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Sat May 18 07:54:36 UTC 2024
    - 31K bytes
    - Viewed (0)
  8. B::Showlex.txt

    package B::Showlex; our $VERSION = '1.05'; use strict; use B qw(svref_2object comppadlist class); use B::Terse (); use B::Concise (); # # Invoke as # perl -MO=Showlex,foo bar.pl # to see the names ...
    perldoc.perl.org/B::Showlex.txt
    Registered: Sat May 18 06:32:12 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.10'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Sat May 18 07:44:17 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. if.txt

    package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...
    perldoc.perl.org/if.txt
    Registered: Sat May 18 07:39:42 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top