- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2591 - 2600 of 3,812 for filetype:txt (0.14 sec)
-
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.txtRegistered: Sun Apr 20 07:09:48 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 07:46:15 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 07:03:15 UTC 2025 - 2.3K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 20:52:47 UTC 2025 - 112.9K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 22:50:26 UTC 2025 - 31.4K 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: Sun Apr 20 20:43:18 UTC 2025 - 36.6K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 23:19:04 UTC 2025 - 9.9K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 23:09:00 UTC 2025 - 10.5K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 22:09:31 UTC 2025 - 6.5K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 23:45:28 UTC 2025 - 7.6K bytes - Viewed (0)