- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,029 for label:perl (0.02 sec)
-
perl5140delta.txt
=encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...perldoc.perl.org/perl5140delta.txtRegistered: Sun Aug 31 01:24:22 UTC 2025 - 140.9K bytes - Viewed (0) -
perl5005delta.txt
=head1 NAME perl5005delta - what's new for perl5.005 =head1 DESCRIPTION This document describes differences between the 5.004 release and this one. =head1 About the new versioning system Perl is no...perldoc.perl.org/perl5005delta.txtRegistered: Sun Aug 31 01:03:45 UTC 2025 - 33.5K bytes - Viewed (0) -
sprintf.txt
=over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual C<printf> conventions of the C library function C<sprintf>. See below for more details and see L<sprintf(3)> or L...perldoc.perl.org/functions/sprintf.txtRegistered: Sun Aug 31 04:56:54 UTC 2025 - 13.7K bytes - Viewed (0) -
perlexperiment.txt
=encoding utf-8 =head1 NAME perlexperiment - A listing of experimental features in Perl =head1 DESCRIPTION This document lists the current and past experimental features in the perl core. Although ...perldoc.perl.org/perlexperiment.txtRegistered: Sun Aug 31 01:48:41 UTC 2025 - 11.2K bytes - Viewed (0) -
perl5181delta.txt
=encoding utf8 =head1 NAME perl5181delta - what is new for perl v5.18.1 =head1 DESCRIPTION This document describes differences between the 5.18.0 release and the 5.18.1 release. If you are upgradin...perldoc.perl.org/perl5181delta.txtRegistered: Sun Aug 31 00:33:32 UTC 2025 - 6.4K bytes - Viewed (0) -
perl5163delta.txt
=encoding utf8 =head1 NAME perl5163delta - what is new for perl v5.16.3 =head1 DESCRIPTION This document describes differences between the 5.16.2 release and the 5.16.3 release. If you are upgradin...perldoc.perl.org/perl5163delta.txtRegistered: Sun Aug 31 01:15:54 UTC 2025 - 4K bytes - Viewed (0) -
sysread.txt
=over =item sysread FILEHANDLE,SCALAR,LENGTH,OFFSET X<sysread> =item sysread FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH bytes of data into variable SCALAR from the specified FILEHANDLE, using...perldoc.perl.org/functions/sysread.txtRegistered: Sun Aug 31 04:12:55 UTC 2025 - 2K bytes - Viewed (0) -
shift.txt
=over =item shift ARRAY X<shift> =item shift Removes and returns the B<first> element of an array. This shortens the array by one and moves everything down. my @arr = ('cat', 'dog'); my $item = shi...perldoc.perl.org/functions/shift.txtRegistered: Sun Aug 31 03:51:54 UTC 2025 - 1.1K bytes - Viewed (0) -
lcfirst.txt
=over =item lcfirst EXPR X<lcfirst> X<lowercase> =item lcfirst Returns the value of EXPR with the first character lowercased. This is the internal function implementing the C<\l> escape in double-q...perldoc.perl.org/functions/lcfirst.txtRegistered: Sun Aug 31 02:24:02 UTC 2025 - 376 bytes - Viewed (0) -
srand.txt
=over =item srand EXPR X<srand> X<seed> X<randseed> =item srand Sets and returns the random number seed for the L<C<rand>|/rand EXPR> operator. The point of the function is to "seed" the L<C<rand>|...perldoc.perl.org/functions/srand.txtRegistered: Sun Aug 31 10:13:33 UTC 2025 - 3K bytes - Viewed (0)