Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2231 - 2240 of 6,572 for content_length:[0 TO 9999] (0.15 sec)

  1. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Sat Feb 15 06:13:40 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  2. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Sat Feb 15 07:35:03 UTC 2025
    - 982 bytes
    - Viewed (0)
  3. Memoize::AnyDBM_File.txt

    use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.16'; our @ISA = qw(DB_File GDBM_File Memoize::NDBM_File SDBM_File ODBM_File) unless @ISA; for my $mod (@ISA) { if (eval "re...
    perldoc.perl.org/Memoize::AnyDBM_File.txt
    Registered: Sat Feb 15 05:22:33 UTC 2025
    - 886 bytes
    - Viewed (0)
  4. encoding::warnings.txt

    package encoding::warnings; $encoding::warnings::VERSION = '0.14'; use strict; use 5.007; =head1 NAME encoding::warnings - Warn on implicit encoding conversions =head1 VERSION This document describ...
    perldoc.perl.org/encoding::warnings.txt
    Registered: Fri Feb 14 01:26:44 UTC 2025
    - 7K bytes
    - Viewed (0)
  5. Sys::Syslog::Win32.txt

    package Sys::Syslog::Win32; use strict; use warnings; use Carp; use File::Spec; # === WARNING === WARNING === WARNING === WARNING === WARNING === WARNING === # # This file was generated by Sys-Sysl...
    perldoc.perl.org/Sys::Syslog::Win32.txt
    Registered: Sat Feb 15 17:17:33 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  6. Perl::OSType.txt

    use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...
    perldoc.perl.org/Perl::OSType.txt
    Registered: Sat Feb 15 18:30:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  7. Pod::Simple::SimpleTree.txt

    package Pod::Simple::SimpleTree; use strict; use warnings; use Carp (); use Pod::Simple (); our $VERSION = '3.45'; BEGIN { our @ISA = ('Pod::Simple'); *DEBUG = \&Pod::Simple::DEBUG unless defined &...
    perldoc.perl.org/Pod::Simple::SimpleTree.txt
    Registered: Sat Feb 15 16:28:18 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  8. TAP::Formatter::Session.txt

    package TAP::Formatter::Session; use strict; use warnings; use base 'TAP::Base'; my @ACCESSOR; BEGIN { @ACCESSOR = qw( name formatter parser show_count ); for my $method (@ACCESSOR) { no strict 're...
    perldoc.perl.org/TAP::Formatter::Session.txt
    Registered: Sat Feb 15 18:51:59 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  9. Pod::Simple::Methody.txt

    package Pod::Simple::Methody; use strict; use warnings; use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple'); # Yes, we could use named variables, but I want this to be impose # as...
    perldoc.perl.org/Pod::Simple::Methody.txt
    Registered: Sat Feb 15 19:40:48 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. Pod::Simple::PullParserEndToken.txt

    package Pod::Simple::PullParserEndToken; use strict; use warnings; use Pod::Simple::PullParserToken (); our @ISA = ('Pod::Simple::PullParserToken'); our $VERSION = '3.45'; sub new { # Class->new(ta...
    perldoc.perl.org/Pod::Simple::PullParserEndToken.txt
    Registered: Sat Feb 15 19:45:57 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top