- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 1,302 for label:perl (0.04 sec)
-
perlcygwin.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see F<pod/perlpod.pod>) which is specially designed to be readable as is....perldoc.perl.org/perlcygwin.txtRegistered: Wed Nov 20 07:31:03 UTC 2024 - 25.5K bytes - Viewed (0) -
perlaix.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlaix.txtRegistered: Wed Nov 20 06:05:31 UTC 2024 - 20K bytes - Viewed (0) -
perltru64.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perltru64.txtRegistered: Wed Nov 20 11:19:33 UTC 2024 - 8.3K bytes - Viewed (0) -
perl5143delta.txt
=encoding utf8 =head1 NAME perl5143delta - what is new for perl v5.14.3 =head1 DESCRIPTION This document describes differences between the 5.14.2 release and the 5.14.3 release. If you are upgradin...perldoc.perl.org/perl5143delta.txtRegistered: Wed Nov 20 05:06:43 UTC 2024 - 7.6K bytes - Viewed (0) -
perl5224delta.txt
=encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...perldoc.perl.org/perl5224delta.txtRegistered: Wed Nov 20 07:34:50 UTC 2024 - 4.3K bytes - Viewed (0) -
perl5244delta.txt
=encoding utf8 =head1 NAME perl5244delta - what is new for perl v5.24.4 =head1 DESCRIPTION This document describes differences between the 5.24.3 release and the 5.24.4 release. If you are upgradin...perldoc.perl.org/perl5244delta.txtRegistered: Wed Nov 20 09:10:58 UTC 2024 - 4.4K bytes - Viewed (0) -
perlhaiku.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlhaiku.txtRegistered: Wed Nov 20 00:57:03 UTC 2024 - 1.5K bytes - Viewed (0) -
lc.txt
=over =item lc EXPR X<lc> X<lowercase> =item lc Returns a lowercased version of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. my $str = lc("Perl is GREAT"); # "perl is great" What gets return...perldoc.perl.org/functions/lc.txtRegistered: Wed Nov 20 18:41:26 UTC 2024 - 2.1K bytes - Viewed (0) -
warn.txt
=over =item warn LIST X<warn> X<warning> X<STDERR> Emits a warning, usually by printing it to C<STDERR>. C<warn> interprets its operand LIST in the same way as C<die>, but is slightly different in ...perldoc.perl.org/functions/warn.txtRegistered: Wed Nov 20 19:54:15 UTC 2024 - 2.1K bytes - Viewed (0) -
chomp.txt
=over =item chomp VARIABLE X<chomp> X<INPUT_RECORD_SEPARATOR> X<$/> X<newline> X<eol> =item chomp( LIST ) =item chomp This safer version of L<C<chop>|/chop VARIABLE> removes any trailing string tha...perldoc.perl.org/functions/chomp.txtRegistered: Wed Nov 20 18:05:32 UTC 2024 - 1.7K bytes - Viewed (0)