Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 3,803 for filetype:txt (0.28 sec)

  1. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (7)
    Registered: Fri Jun 06 13:36:14 UTC 2025
    - 194 bytes
    - Viewed (0)
  2. 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: Fri Jun 06 20:25:43 UTC 2025
    - 141 bytes
    - Viewed (0)
  3. 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: Fri Jun 06 19:06:51 UTC 2025
    - 192 bytes
    - Viewed (0)
  4. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Fri Jun 06 17:51:44 UTC 2025
    - 90 bytes
    - Viewed (0)
  5. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Fri Jun 06 12:36:40 UTC 2025
    - 90 bytes
    - Viewed (0)
  6. %{^HOOK}.txt

    =over =item %{^HOOK} X<%{^HOOK}> This hash contains coderefs which are called when various perl keywords which are hard or impossible to wrap are called. The keys of this hash are named after the k...
    perldoc.perl.org/variables/%{^HOOK}.txt
    Registered: Fri Jun 06 23:23:58 UTC 2025
    - 3K bytes
    - Viewed (0)
  7. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Sat Jun 07 00:40:46 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  8. $[.txt

    =over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...
    perldoc.perl.org/variables/$[.txt
    Registered: Sat Jun 07 04:30:33 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. %ENV.txt

    =over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...
    perldoc.perl.org/variables/%ENV.txt
    Registered: Fri Jun 06 21:55:32 UTC 2025
    - 746 bytes
    - Viewed (0)
  10. $'.txt

    =over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...
    perldoc.perl.org/variables/$'.txt
    Registered: Fri Jun 06 22:45:52 UTC 2025
    - 528 bytes
    - Viewed (0)
Back to top