Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 185 for host:perldoc.perl.org (0.02 sec)

  1. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Fri May 03 17:07:41 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  2. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Fri May 03 20:15:13 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  3. perlfaq2.txt

    =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section of the FAQ answers questions about where to find source and documentation ...
    perldoc.perl.org/perlfaq2.txt
    Registered: Fri May 03 13:33:23 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. perltoc.txt

    # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is autogenerated by buildtoc from all the other pods. # Edit those files and run pod/buildtoc to effect changes. =encoding UTF-8 =head1 NAME perl...
    perldoc.perl.org/perltoc.txt
    Registered: Fri May 03 15:16:58 UTC 2024
    - 740.5K bytes
    - Viewed (1)
  5. warnings.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/warnings.pl. # Any changes made here will be lost! package warnings; our $VERSION = "...
    perldoc.perl.org/warnings.txt
    Registered: Fri May 03 17:29:40 UTC 2024
    - 55.7K bytes
    - Viewed (0)
  6. quotemeta.txt

    =over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...
    perldoc.perl.org/functions/quotemeta.txt
    Registered: Sat May 04 03:51:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. map.txt

    =over =item map BLOCK LIST X<map> =item map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting L<C<$_>|perlvar/$_> to each element) and composes a list of the results o...
    perldoc.perl.org/functions/map.txt
    Registered: Sat May 04 05:14:11 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. fc.txt

    =over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...
    perldoc.perl.org/functions/fc.txt
    Registered: Sat May 04 04:59:50 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. grep.txt

    =over =item grep BLOCK LIST X<grep> =item grep EXPR,LIST This is similar in spirit to, but not the same as, L<grep(1)> and its relatives. In particular, it is not limited to using regular expressio...
    perldoc.perl.org/functions/grep.txt
    Registered: Sat May 04 00:59:30 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. getc.txt

    =over =item getc FILEHANDLE X<getc> X<getchar> X<character> X<file, read> =item getc Returns the next character from the input file attached to FILEHANDLE, or the undefined value at end of file or ...
    perldoc.perl.org/functions/getc.txt
    Registered: Sat May 04 01:19:43 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top