Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2591 - 2600 of 3,812 for filetype:txt (0.14 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: Sun Apr 20 07:09:48 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: Sun Apr 20 07:46:15 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  3. Amiga::Exec.txt

    package Amiga::Exec; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a v...
    perldoc.perl.org/Amiga::Exec.txt
    Registered: Sun Apr 20 07:03:15 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Sun Apr 20 20:52:47 UTC 2025
    - 112.9K bytes
    - Viewed (0)
  5. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Sun Apr 20 22:50:26 UTC 2025
    - 31.4K 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: Sun Apr 20 20:43:18 UTC 2025
    - 36.6K bytes
    - Viewed (0)
  7. File::stat.txt

    package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...
    perldoc.perl.org/File::stat.txt
    Registered: Sun Apr 20 23:19:04 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  8. 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: Sun Apr 20 23:09:00 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  9. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Sun Apr 20 22:09:31 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  10. ExtUtils::XSSymSet.txt

    package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...
    perldoc.perl.org/ExtUtils::XSSymSet.txt
    Registered: Sun Apr 20 23:45:28 UTC 2025
    - 7.6K bytes
    - Viewed (0)
Back to top