Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Mon Apr 14 02:35:14 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  10. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Sun Apr 13 22:34:32 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top