Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2371 - 2380 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. perl5400delta - what is new for perl v5.40.0 - ...

    perl5400delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New __CLASS__ Keyword :reader attribute f...
    perldoc.perl.org/perl5400delta
    Registered: Fri Sep 12 12:11:48 UTC 2025
    - 90.5K bytes
    - Viewed (0)
  2. Compress::Raw::Zlib.txt

    package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...
    perldoc.perl.org/Compress::Raw::Zlib.txt
    Registered: Sat Sep 13 03:28:21 UTC 2025
    - 47.9K bytes
    - Viewed (0)
  3. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Sat Sep 13 03:52:51 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  4. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Sat Sep 13 04:47:58 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  5. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Sat Sep 13 03:15:25 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  6. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Sat Sep 13 02:54:40 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  7. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sat Sep 13 02:29:29 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  8. 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 Sep 13 05:19:50 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sat Sep 13 01:20:47 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat Sep 13 04:11:46 UTC 2025
    - 865 bytes
    - Viewed (0)
Back to top