Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 631 - 640 of 3,598 for filetype:txt (0.19 sec)

  1. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Sat Dec 13 22:00:21 UTC 2025
    - 141 bytes
    - Viewed (0)
  2. xor.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 192
    perldoc.perl.org/functions/xor.txt Similar Results (12)
    Registered: Sat Dec 13 21:36:24 UTC 2025
    - 192 bytes
    - Viewed (0)
  3. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Sat Dec 13 18:49:52 UTC 2025
    - 90 bytes
    - Viewed (0)
  4. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Sat Dec 13 22:53:22 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. 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: Fri Dec 12 14:42:49 UTC 2025
    - 3K bytes
    - Viewed (0)
  6. 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: Fri Dec 12 16:21:22 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. all.txt

    =over =item all BLOCK LIST Evaluates the BLOCK for each element of the LIST (locally setting L<C<$_>|perlvar/$_> to each element) and checks the truth of the result of that block. Returns true if e...
    perldoc.perl.org/functions/all.txt
    Registered: Fri Dec 12 15:36:13 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  8. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Sun Dec 14 05:42:51 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  9. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Sun Dec 14 13:22:02 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  10. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Sun Dec 14 04:15:53 UTC 2025
    - 11K bytes
    - Viewed (0)
Back to top