- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4461 - 4470 of 6,206 for content_length:[0 TO 9999] (0.08 sec)
-
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Fri Nov 15 15:21:31 UTC 2024 - 997 bytes - Viewed (0) -
Encode::Unicode.txt
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...perldoc.perl.org/Encode::Unicode.txtRegistered: Sat Nov 16 09:20:59 UTC 2024 - 8.7K bytes - Viewed (0) -
ExtUtils::Typemaps::OutputMap.txt
package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txtRegistered: Sat Nov 16 08:56:28 UTC 2024 - 4.3K bytes - Viewed (0) -
Encode::CJKConstants.txt
# # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...perldoc.perl.org/Encode::CJKConstants.txtRegistered: Sat Nov 16 09:37:15 UTC 2024 - 1.6K bytes - Viewed (0) -
Encode::EBCDIC.txt
package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::EBCDIC.txtRegistered: Sat Nov 16 09:30:47 UTC 2024 - 865 bytes - Viewed (0) -
version.txt
=head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...perldoc.perl.org/version.txtRegistered: Fri Nov 15 17:41:30 UTC 2024 - 9.6K bytes - Viewed (0) -
Test2::Tools::Refcount.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2008-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/Test2::Tools::Refcount.txtRegistered: Fri Nov 15 21:50:30 UTC 2024 - 8.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_0.txt
=for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txtRegistered: Fri Nov 15 18:01:00 UTC 2024 - 6.6K bytes - Viewed (0) -
CPAN::Meta::History.txt
# vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...perldoc.perl.org/CPAN::Meta::History.txtRegistered: Fri Nov 15 20:58:55 UTC 2024 - 5.2K bytes - Viewed (0) -
open.txt
package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...perldoc.perl.org/open.txtRegistered: Sat Nov 16 00:06:44 UTC 2024 - 8.3K bytes - Viewed (0)