Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 1,302 for label:perl (0.04 sec)

  1. TAP::Formatter::File::Session.txt

    package TAP::Formatter::File::Session; use strict; use warnings; use base 'TAP::Formatter::Session'; =head1 NAME TAP::Formatter::File::Session - Harness output delegate for file output =head1 VERSI...
    perldoc.perl.org/TAP::Formatter::File::Session.txt
    Registered: Sun Mar 23 20:06:20 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  2. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280240'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Sat Mar 22 04:14:58 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  3. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sat Mar 22 08:15:45 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  4. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Sat Mar 22 04:29:38 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  5. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR 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::KR.txt
    Registered: Sat Mar 22 06:04:26 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. I18N::LangTags::List.txt

    require 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...
    perldoc.perl.org/I18N::LangTags::List.txt
    Registered: Sat Mar 22 23:26:43 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  7. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.212 ; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Sun Mar 23 04:28:19 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  8. IO::Uncompress::AnyUncompress.txt

    package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...
    perldoc.perl.org/IO::Uncompress::AnyUncompress.txt
    Registered: Sun Mar 23 02:31:58 UTC 2025
    - 30.9K bytes
    - Viewed (0)
  9. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Sun Mar 23 01:32:44 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  10. IO::Socket::INET.txt

    # IO::Socket::INET.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::INET.txt
    Registered: Sun Mar 23 02:23:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top