- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4461 - 4470 of 6,206 for content_length:[0 TO 9999] (0.07 sec)
-
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) -
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)