- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 611 - 620 of 1,306 for label:perl (0.02 sec)
-
-X.txt
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/functions/-X.txtRegistered: Fri Apr 18 15:40:53 UTC 2025 - 7.1K bytes - Viewed (0) -
quotemeta.txt
=over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...perldoc.perl.org/functions/quotemeta.txtRegistered: Fri Apr 18 15:55:02 UTC 2025 - 4.8K bytes - Viewed (0) -
glob.txt
=over =item glob EXPR X<glob> X<wildcard> X<filename, expansion> X<expand> =item glob In list context, returns a (possibly empty) list of filename expansions on the value of EXPR such as the Unix s...perldoc.perl.org/functions/glob.txtRegistered: Fri Apr 18 12:37:14 UTC 2025 - 2.9K 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: Fri Apr 18 14:29:58 UTC 2025 - 3K 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: Fri Apr 18 15:05:15 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: Fri Apr 18 12:22:49 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: Fri Apr 18 11:52:13 UTC 2025 - 310 bytes - Viewed (0) -
$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.txtRegistered: Wed Apr 16 22:25:10 UTC 2025 - 2.3K bytes - Viewed (0) -
$^X.txt
=over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...perldoc.perl.org/variables/$^X.txtRegistered: Wed Apr 16 22:13:59 UTC 2025 - 2K bytes - Viewed (0) -
% .txt
=over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...perldoc.perl.org/variables/% .txtRegistered: Wed Apr 16 22:49:53 UTC 2025 - 1.2K bytes - Viewed (0)