- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1271 - 1280 of 2,621 for host:perldoc.perl.org (0.02 sec)
-
fields.txt
use 5.008; package fields; require 5.005; use strict; no strict 'refs'; unless( eval q{require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::c...perldoc.perl.org/fields.txtRegistered: Sun Apr 20 10:59:26 UTC 2025 - 9.2K bytes - Viewed (0) -
bytes.txt
package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Sun Apr 20 10:51:00 UTC 2025 - 3.8K bytes - Viewed (0) -
Encode::Unicode::UTF7.txt
# # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...perldoc.perl.org/Encode::Unicode::UTF7.txtRegistered: Sun Apr 20 14:58:54 UTC 2025 - 3.8K bytes - Viewed (0) -
Encode::Config.txt
# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...perldoc.perl.org/Encode::Config.txtRegistered: Sun Apr 20 14:44:22 UTC 2025 - 5.9K bytes - Viewed (0) -
I18N::LangTags::List.txt
require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Sun Apr 20 18:15:52 UTC 2025 - 28.1K bytes - Viewed (0) -
GDBM_File.txt
# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Sun Apr 20 17:23:43 UTC 2025 - 20.2K bytes - Viewed (0) -
ExtUtils::Constant.txt
package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...perldoc.perl.org/ExtUtils::Constant.txtRegistered: Sun Apr 20 16:20:48 UTC 2025 - 14.7K bytes - Viewed (0) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Sun Apr 20 21:12:49 UTC 2025 - 8.9K bytes - Viewed (0) -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Sun Apr 20 15:04:15 UTC 2025 - 8.7K bytes - Viewed (0) -
Encode::PerlIO.txt
=head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...perldoc.perl.org/Encode::PerlIO.txtRegistered: Sun Apr 20 17:41:10 UTC 2025 - 5.9K bytes - Viewed (0)