- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,628 for host:perldoc.perl.org (0.02 sec)
-
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.txtRegistered: Sat Nov 08 09:57:38 UTC 2025 - 54.6K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 08 06:04:31 UTC 2025 - 40.1K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 08 07:17:00 UTC 2025 - 13.4K bytes - Viewed (0) -
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.txtRegistered: Sat Nov 08 06:41:19 UTC 2025 - 10.5K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 10 09:33:43 UTC 2025 - 43K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 10 13:42:14 UTC 2025 - 21.1K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 10 11:43:42 UTC 2025 - 21.3K bytes - Viewed (0) -
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.txtRegistered: Mon Nov 10 13:18:02 UTC 2025 - 19.9K bytes - Viewed (0) -
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.txtRegistered: Sun Nov 09 01:39:55 UTC 2025 - 91.2K bytes - Viewed (0) -
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.txtRegistered: Tue Nov 11 03:14:51 UTC 2025 - 36.6K bytes - Viewed (0)