- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4461 - 4470 of 6,206 for content_length:[0 TO 9999] (0.08 sec)
-
Encode::Byte.txt
package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...perldoc.perl.org/Encode::Byte.txtRegistered: Sat Nov 16 05:15:33 UTC 2024 - 2.4K bytes - Viewed (0) -
Encode::CN.txt
package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::CN.txtRegistered: Sat Nov 16 06:36:30 UTC 2024 - 2K bytes - Viewed (0) -
ExtUtils::ParseXS::Eval.txt
package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...perldoc.perl.org/ExtUtils::ParseXS::Eval.txtRegistered: Sat Nov 16 07:22:46 UTC 2024 - 2.3K bytes - Viewed (0) -
DBM_Filter::int32.txt
package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...perldoc.perl.org/DBM_Filter::int32.txtRegistered: Sat Nov 16 07:29:44 UTC 2024 - 754 bytes - Viewed (0) -
autouse.txt
package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...perldoc.perl.org/autouse.txtRegistered: Fri Nov 15 17:34:46 UTC 2024 - 4.1K bytes - Viewed (0) -
CPAN::Plugin.txt
package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...perldoc.perl.org/CPAN::Plugin.txtRegistered: Fri Nov 15 16:34:20 UTC 2024 - 3.1K bytes - Viewed (0) -
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)