Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 131 - 140 of 790 for host:perldoc.perl.org (0.02 sec)

  1. perl5125delta.txt

    =encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...
    perldoc.perl.org/perl5125delta.txt
    Registered: Sat Jun 01 19:55:23 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Sat Jun 01 16:31:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. perl5341delta.txt

    =encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...
    perldoc.perl.org/perl5341delta.txt
    Registered: Sat Jun 01 16:10:02 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Sun Jun 02 09:16:37 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  5. substr.txt

    =over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...
    perldoc.perl.org/functions/substr.txt
    Registered: Sun Jun 02 09:55:04 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. 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: Sun Jun 02 10:33:35 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. 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: Sun Jun 02 06:14:33 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. readdir.txt

    =over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...
    perldoc.perl.org/functions/readdir.txt
    Registered: Sun Jun 02 09:24:23 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. 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: Sun Jun 02 11:34:47 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. chroot.txt

    =over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...
    perldoc.perl.org/functions/chroot.txt
    Registered: Sun Jun 02 08:45:19 UTC 2024
    - 760 bytes
    - Viewed (0)
Back to top