- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1901 - 1910 of 3,449 for filetype:txt (0.31 sec)
-
source::encoding.txt
package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...perldoc.perl.org/source::encoding.txtRegistered: Thu Sep 04 03:37:31 UTC 2025 - 1.7K bytes - Viewed (0) -
DBM_Filter::null.txt
package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...perldoc.perl.org/DBM_Filter::null.txtRegistered: Thu Sep 04 02:29:53 UTC 2025 - 967 bytes - Viewed (0) -
ExtUtils::ParseXS::Node.txt
package ExtUtils::ParseXS::Node; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Node - Classes for nodes of an ExtUtils::ParseXS AST =head1 SYNOPSIS XXX TBC =head1 ...perldoc.perl.org/ExtUtils::ParseXS::Node.txtRegistered: Thu Sep 04 20:09:11 UTC 2025 - 52.9K bytes - Viewed (0) -
ExtUtils::Install.txt
package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...perldoc.perl.org/ExtUtils::Install.txtRegistered: Thu Sep 04 22:05:44 UTC 2025 - 40K bytes - Viewed (0) -
I18N::LangTags.txt
# Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...perldoc.perl.org/I18N::LangTags.txtRegistered: Thu Sep 04 21:06:52 UTC 2025 - 27.4K bytes - Viewed (0) -
IO::Compress::FAQ.txt
=head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...perldoc.perl.org/IO::Compress::FAQ.txtRegistered: Thu Sep 04 20:37:54 UTC 2025 - 20.5K bytes - Viewed (0) -
ExtUtils::MM_Win32.txt
package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...perldoc.perl.org/ExtUtils::MM_Win32.txtRegistered: Thu Sep 04 22:27:12 UTC 2025 - 17.1K bytes - Viewed (0) -
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Thu Sep 04 21:20:19 UTC 2025 - 9.3K bytes - Viewed (0) -
Getopt::Long::Parser.txt
#! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...perldoc.perl.org/Getopt::Long::Parser.txtRegistered: Thu Sep 04 18:20:47 UTC 2025 - 3.9K bytes - Viewed (0) -
ExtUtils::Mkbootstrap.txt
package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...perldoc.perl.org/ExtUtils::Mkbootstrap.txtRegistered: Thu Sep 04 19:46:50 UTC 2025 - 3.1K bytes - Viewed (0)