- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 2,621 for host:perldoc.perl.org (0.02 sec)
-
perltrap.txt
=head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...perldoc.perl.org/perltrap.txtRegistered: Thu Apr 17 16:07:21 UTC 2025 - 10.4K bytes - Viewed (0) -
perl5302delta.txt
=encoding utf8 =head1 NAME perl5302delta - what is new for perl v5.30.2 =head1 DESCRIPTION This document describes differences between the 5.30.1 release and the 5.30.2 release. If you are upgradin...perldoc.perl.org/perl5302delta.txtRegistered: Thu Apr 17 12:06:33 UTC 2025 - 4.6K bytes - Viewed (0) -
perlguts.txt
=for comment The part of this file between =for mg_vtable.pl markers is auto generated by mg_vtable.pl; any changes there need to be made instead to mg_vtable.pl =head1 NAME perlguts - Introduction...perldoc.perl.org/perlguts.txt Similar Results (1)Registered: Thu Apr 17 17:38:31 UTC 2025 - 198.9K bytes - Viewed (0) -
perlko.txt
# vim: syntax=pod 이 파일을 내용 그대로 읽고 있다면 우스꽝스러운 문자는 무시해주세요. 이 문서는 POD로 읽을 수 있도록 POD 형식(F<pod/perlpod.pod> 문서를 확인하세요)으로 작성되어 있습니다. =encoding utf8 =head1 NAME perlko - 한국어 Perl 안내서 =head1 DESCRIPTION Pe...perldoc.perl.org/perlko.txtRegistered: Fri Apr 18 08:59:17 UTC 2025 - 11.9K bytes - Viewed (0) -
-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)