Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1011 - 1020 of 1,306 for label:perl (0.04 sec)

  1. Tie::SubstrHash.txt

    package Tie::SubstrHash 1.01; =head1 NAME Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing =head1 SYNOPSIS require Tie::SubstrHash; tie %myhash, 'Tie::SubstrHash', $key_len, $value_len,...
    perldoc.perl.org/Tie::SubstrHash.txt
    Registered: Mon Jun 02 04:17:59 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  2. Tie::Memoize.txt

    use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...
    perldoc.perl.org/Tie::Memoize.txt
    Registered: Mon Jun 02 07:57:13 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  3. Tie::StdHandle.txt

    package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...
    perldoc.perl.org/Tie::StdHandle.txt
    Registered: Mon Jun 02 07:42:44 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  4. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue May 27 20:21:42 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  5. perl5280delta.txt

    =encoding utf8 =head1 NAME perl5280delta - what is new for perl v5.28.0 =head1 DESCRIPTION This document describes differences between the 5.26.0 release and the 5.28.0 release. If you are upgradin...
    perldoc.perl.org/perl5280delta.txt
    Registered: Wed May 28 04:26:25 UTC 2025
    - 69.5K bytes
    - Viewed (0)
  6. perlperf.txt

    =head1 NAME perlperf - Perl Performance and Optimization Techniques =head1 DESCRIPTION This is an introduction to the use of performance and optimization techniques which can be used with particula...
    perldoc.perl.org/perlperf.txt
    Registered: Wed May 28 05:16:33 UTC 2025
    - 48.7K bytes
    - Viewed (0)
  7. perluniintro.txt

    =head1 NAME perluniintro - Perl Unicode introduction =head1 DESCRIPTION This document gives a general idea of Unicode and how to use Unicode in Perl. See L</Further Resources> for references to mor...
    perldoc.perl.org/perluniintro.txt
    Registered: Wed May 28 04:58:27 UTC 2025
    - 37.7K bytes
    - Viewed (0)
  8. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Wed May 28 06:10:02 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  9. h2xs.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2xs.txt
    Registered: Tue May 27 23:03:13 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  10. cpan.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/local/bin/perl BEGIN { ...
    perldoc.perl.org/cpan.txt
    Registered: Tue May 27 21:32:11 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top