- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5561 - 5570 of 6,183 for content_length:[0 TO 9999] (0.08 sec)
-
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 Sep 15 23:37:30 UTC 2025 - 310 bytes - Viewed (0) -
defined.txt
=over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...perldoc.perl.org/functions/defined.txtRegistered: Tue Sep 16 19:00:22 UTC 2025 - 2.8K 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: Tue Sep 16 17:52:29 UTC 2025 - 3K bytes - Viewed (0) -
fc.txt
=over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...perldoc.perl.org/functions/fc.txtRegistered: Mon Sep 15 21:58:42 UTC 2025 - 2.5K bytes - Viewed (0) -
my.txt
=over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...perldoc.perl.org/functions/my.txtRegistered: Tue Sep 16 13:12:31 UTC 2025 - 1.8K bytes - Viewed (0) -
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.txtRegistered: Tue Sep 16 18:24:58 UTC 2025 - 1.5K bytes - Viewed (0) -
next.txt
=over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...perldoc.perl.org/functions/next.txtRegistered: Tue Sep 16 13:42:01 UTC 2025 - 1.4K bytes - Viewed (0) -
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.txtRegistered: Tue Sep 16 17:47:30 UTC 2025 - 1.1K 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: Tue Sep 16 12:25:44 UTC 2025 - 1K bytes - Viewed (0) -
field.txt
=over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...perldoc.perl.org/functions/field.txtRegistered: Tue Sep 16 16:40:13 UTC 2025 - 223 bytes - Viewed (0)