- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 2,612 for host:perldoc.perl.org (0.03 sec)
-
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 194perldoc.perl.org/functions/if.txt Similar Results (7)Registered: Wed Nov 26 03:25:58 UTC 2025 - 194 bytes - Viewed (0) -
defer.txt
=over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141perldoc.perl.org/functions/defer.txtRegistered: Wed Nov 26 02:27:57 UTC 2025 - 141 bytes - Viewed (0) -
ADJUST.txt
=over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90perldoc.perl.org/functions/ADJUST.txtRegistered: Wed Nov 26 00:32:25 UTC 2025 - 90 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 24 18:38:13 UTC 2025 - 3K bytes - Viewed (0) -
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) -
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.txtRegistered: Mon Nov 24 19:58:45 UTC 2025 - 1.3K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 24 18:02:23 UTC 2025 - 1K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 24 17:32:01 UTC 2025 - 542 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 24 20:44:48 UTC 2025 - 366 bytes - Viewed (0) -
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.txtRegistered: Mon Nov 24 18:57:17 UTC 2025 - 310 bytes - Viewed (0)