Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 334 for filetype:txt (0.01 sec)

  1. perl5321delta.txt

    =encoding utf8 =head1 NAME perl5321delta - what is new for perl v5.32.1 =head1 DESCRIPTION This document describes differences between the 5.32.0 release and the 5.32.1 release. If you are upgradin...
    perldoc.perl.org/perl5321delta.txt
    Registered: Wed May 01 07:35:39 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Wed May 01 04:35:26 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back
    perldoc.perl.org/functions/defer.txt
    Registered: Wed May 01 05:13:12 UTC 2024
    - 141 bytes
    - Viewed (0)
  4. not.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/not.txt
    Registered: Wed May 01 05:19:22 UTC 2024
    - 192 bytes
    - Viewed (0)
  5. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Wed May 01 04:40:35 UTC 2024
    - 90 bytes
    - Viewed (0)
  6. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back
    perldoc.perl.org/functions/m.txt
    Registered: Wed May 01 05:28:36 UTC 2024
    - 90 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: Tue Apr 30 08:24:24 UTC 2024
    - 3K bytes
    - Viewed (0)
  8. close.txt

    =over =item close FILEHANDLE X<close> =item close Closes the file or pipe associated with the filehandle, flushes the IO buffers, and closes the system file descriptor. Returns true if those operat...
    perldoc.perl.org/functions/close.txt
    Registered: Tue Apr 30 09:37:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  9. 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: Tue Apr 30 04:51:32 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. 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: Tue Apr 30 10:21:57 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top