Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4461 - 4470 of 6,206 for content_length:[0 TO 9999] (0.08 sec)

  1. 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.txt
    Registered: Sat Nov 16 05:15:33 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sat Nov 16 06:36:30 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sat Nov 16 07:22:46 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sat Nov 16 07:29:44 UTC 2024
    - 754 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Fri Nov 15 17:34:46 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Fri Nov 15 16:34:20 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Fri Nov 15 15:21:31 UTC 2024
    - 997 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sat Nov 16 09:20:59 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Nov 16 08:56:28 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat Nov 16 09:37:15 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top