Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 591 - 600 of 2,621 for host:perldoc.perl.org (0.04 sec)

  1. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); $VERSION = "0.36"; @ISA = qw( Exporter ); @EXPORT_OK = qw( plv2hash ...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Sat Apr 12 20:02:35 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  2. Devel::SelfStubber.txt

    package Devel::SelfStubber; use File::Spec; require SelfLoader; @ISA = qw(SelfLoader); @EXPORT = 'AUTOLOAD'; $JUST_STUBS = 1; $VERSION = 1.06; sub Version {$VERSION} # Use as # perl -e 'use Devel::...
    perldoc.perl.org/Devel::SelfStubber.txt
    Registered: Sat Apr 12 21:21:37 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  3. CPAN::Meta::Feature.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Feature; our $VERSION = '2.150010'; use CPAN::Meta::Prereqs; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Feature object describes an opt...
    perldoc.perl.org/CPAN::Meta::Feature.txt
    Registered: Sat Apr 12 21:41:13 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  4. CPAN::Kwalify.txt

    =head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...
    perldoc.perl.org/CPAN::Kwalify.txt
    Registered: Sat Apr 12 20:52:11 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  5. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Sun Apr 13 22:27:17 UTC 2025
    - 42.2K bytes
    - Viewed (0)
  6. 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: Mon Apr 14 01:36:25 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  7. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Mon Apr 14 02:49:22 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  8. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.212'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Mon Apr 14 03:12:32 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  9. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Sun Apr 13 23:11:09 UTC 2025
    - 23.4K bytes
    - Viewed (0)
  10. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Mon Apr 14 02:57:01 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top