Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 2,612 for host:perldoc.perl.org (0.03 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: Wed Nov 26 03:25:58 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: Wed Nov 26 02:27:57 UTC 2025
    - 141 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: Wed Nov 26 00:32:25 UTC 2025
    - 90 bytes
    - Viewed (0)
  4. 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: Mon Nov 24 18:38:13 UTC 2025
    - 3K bytes
    - Viewed (0)
  5. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/ Similar Results (3)
    Registered: Mon Nov 24 18:49:39 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  6. 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: Mon Nov 24 19:58:45 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. any.txt

    =over =item any 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 a...
    perldoc.perl.org/functions/any.txt
    Registered: Mon Nov 24 18:02:23 UTC 2025
    - 1K bytes
    - Viewed (0)
  8. ucfirst.txt

    =over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...
    perldoc.perl.org/functions/ucfirst.txt
    Registered: Mon Nov 24 17:32:01 UTC 2025
    - 542 bytes
    - Viewed (0)
  9. cos.txt

    =over =item cos EXPR X<cos> X<cosine> X<acos> X<arccosine> =item cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of L<C<$_>|perlvar/$_>. For the inverse ...
    perldoc.perl.org/functions/cos.txt
    Registered: Mon Nov 24 20:44:48 UTC 2025
    - 366 bytes
    - Viewed (0)
  10. rindex.txt

    =over =item rindex STR,SUBSTR,POSITION X<rindex> =item rindex STR,SUBSTR Works just like L<C<index>|/index STR,SUBSTR,POSITION> except that it returns the position of the I<last> occurrence of SUBS...
    perldoc.perl.org/functions/rindex.txt
    Registered: Mon Nov 24 18:57:17 UTC 2025
    - 310 bytes
    - Viewed (0)
Back to top