- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 1,302 for label:perl (0.09 sec)
-
CPAN::Meta::History::Meta_1_1.txt
=for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txtRegistered: Wed Mar 05 05:46:47 UTC 2025 - 8.6K bytes - Viewed (0) -
Errno.txt
# -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...perldoc.perl.org/Errno.txtRegistered: Wed Mar 05 18:35:40 UTC 2025 - 6.7K bytes - Viewed (0) -
ExtUtils::Command::MM.txt
package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: Wed Mar 05 08:54:32 UTC 2025 - 7.5K bytes - Viewed (0) -
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Wed Mar 05 11:15:15 UTC 2025 - 1.9K 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: Wed Mar 05 06:58:01 UTC 2025 - 967 bytes - Viewed (0) -
DBM_Filter::compress.txt
package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...perldoc.perl.org/DBM_Filter::compress.txtRegistered: Wed Mar 05 05:01:18 UTC 2025 - 854 bytes - Viewed (0) -
DBM_Filter::utf8.txt
package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...perldoc.perl.org/DBM_Filter::utf8.txtRegistered: Wed Mar 05 06:44:54 UTC 2025 - 777 bytes - Viewed (0) -
ExtUtils::Typemaps.txt
package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...perldoc.perl.org/ExtUtils::Typemaps.txtRegistered: Wed Mar 05 21:32:50 UTC 2025 - 26.3K bytes - Viewed (0) -
Fcntl.txt
package Fcntl; =head1 NAME Fcntl - various flag constants and helper functions from C's fcntl.h =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); use Fcntl qw(F_GETFD F_SETFD FD_CLOEXEC); =...perldoc.perl.org/Fcntl.txtRegistered: Wed Mar 05 20:44:00 UTC 2025 - 18.7K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Wed Mar 05 21:46:33 UTC 2025 - 15.5K bytes - Viewed (0)