Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 1,316 for label:perl (0.03 sec)

  1. 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: Fri Sep 05 01:18:54 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. IO::Dir.txt

    # IO::Dir.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 as Perl it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Fri Sep 05 00:49:35 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  3. 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: Fri Sep 05 01:25:20 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  4. Memoize::AnyDBM_File.txt

    use strict; use warnings; package Memoize::AnyDBM_File; our $VERSION = '1.17'; 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: Fri Sep 05 06:51:38 UTC 2025
    - 886 bytes
    - Viewed (0)
  5. IO::Compress.txt

    package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...
    perldoc.perl.org/IO::Compress.txt
    Registered: Thu Sep 04 20:20:33 UTC 2025
    - 436 bytes
    - Viewed (0)
  6. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Fri Sep 05 10:18:23 UTC 2025
    - 31.7K bytes
    - Viewed (0)
  7. Net::POP3.txt

    # Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::POP3.txt
    Registered: Fri Sep 05 07:55:47 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  8. Pod::Html::Util.txt

    package Pod::Html::Util; use strict; use Exporter 'import'; our $VERSION = 1.35; # Please keep in synch with lib/Pod/Html.pm $VERSION = eval $VERSION; our @EXPORT_OK = qw( anchorify html_escape htm...
    perldoc.perl.org/Pod::Html::Util.txt
    Registered: Fri Sep 05 08:31:40 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  9. Net::Netrc.txt

    # Net::Netrc.pm # # Copyright (C) 1995-1998 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it...
    perldoc.perl.org/Net::Netrc.txt
    Registered: Fri Sep 05 07:47:19 UTC 2025
    - 8K bytes
    - Viewed (0)
  10. 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: Fri Sep 05 07:14:22 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top