Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,029 for label:perl (0.02 sec)

  1. 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.txt
    Registered: Sun Aug 31 01:24:22 UTC 2025
    - 140.9K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Aug 31 01:03:45 UTC 2025
    - 33.5K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sun Aug 31 04:56:54 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sun Aug 31 01:48:41 UTC 2025
    - 11.2K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sun Aug 31 00:33:32 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Sun Aug 31 01:15:54 UTC 2025
    - 4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sun Aug 31 04:12:55 UTC 2025
    - 2K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sun Aug 31 03:51:54 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sun Aug 31 02:24:02 UTC 2025
    - 376 bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sun Aug 31 10:13:33 UTC 2025
    - 3K bytes
    - Viewed (0)
Back to top