Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,628 for host:perldoc.perl.org (0.02 sec)

  1. perl5100delta.txt

    =encoding utf8 =head1 NAME perl5100delta - what is new for perl 5.10.0 =head1 DESCRIPTION This document describes the differences between the 5.8.8 release and the 5.10.0 release. Many of the bug f...
    perldoc.perl.org/perl5100delta.txt
    Registered: Sat Nov 08 09:57:38 UTC 2025
    - 54.6K bytes
    - Viewed (0)
  2. perl5300delta.txt

    =encoding utf8 =head1 NAME perl5300delta - what is new for perl v5.30.0 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.30.0 release. If you are upgradin...
    perldoc.perl.org/perl5300delta.txt
    Registered: Sat Nov 08 06:04:31 UTC 2025
    - 40.1K bytes
    - Viewed (0)
  3. perlgpl.txt

    =head1 NAME perlgpl - the GNU General Public License, version 1 =head1 SYNOPSIS You can refer to this document in Pod via "L<perlgpl>" Or you can see this document by entering "perldoc perlgpl" =he...
    perldoc.perl.org/perlgpl.txt
    Registered: Sat Nov 08 07:17:00 UTC 2025
    - 13.4K bytes
    - Viewed (0)
  4. perl5201delta.txt

    =encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...
    perldoc.perl.org/perl5201delta.txt
    Registered: Sat Nov 08 06:41:19 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  5. Compress::Zlib.txt

    package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.213 ; use Compress::Raw::Zlib 2.213 ; use IO::Co...
    perldoc.perl.org/Compress::Zlib.txt
    Registered: Mon Nov 10 09:33:43 UTC 2025
    - 43K bytes
    - Viewed (0)
  6. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.94'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Mon Nov 10 13:42:14 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  7. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Mon Nov 10 11:43:42 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  8. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Mon Nov 10 13:18:02 UTC 2025
    - 19.9K bytes
    - Viewed (0)
  9. perlos2.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 perlpod manpage) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlos2.txt
    Registered: Sun Nov 09 01:39:55 UTC 2025
    - 91.2K bytes
    - Viewed (0)
  10. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...
    perldoc.perl.org/File::Find.txt
    Registered: Tue Nov 11 03:14:51 UTC 2025
    - 36.6K bytes
    - Viewed (0)
Back to top