Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2231 - 2240 of 2,641 for host:perldoc.perl.org (0.05 sec)

  1. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Tue Jul 08 00:27:19 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  2. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.75-3-g85169f1 # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Tue Jul 08 00:16:45 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  3. utf8.txt

    package utf8; use strict; use warnings; our $utf8_hint_bits = 0x00800000; our $ascii_hint_bits = 0x00000010; # Turned off when utf8 turned on our $VERSION = '1.27'; our $AUTOLOAD; sub import { $^H ...
    perldoc.perl.org/utf8.txt
    Registered: Mon Jul 07 23:48:35 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  4. Term::Table.txt

    package Term::Table; use strict; use warnings; our $VERSION = '0.024'; use Term::Table::Cell(); use Term::Table::Util qw/term_size uni_length USE_GCS/; use Scalar::Util qw/blessed/; use List::Util ...
    perldoc.perl.org/Term::Table.txt
    Registered: Mon Jul 07 23:34:36 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  5. Module::CoreList.txt

    =head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...
    perldoc.perl.org/Module::CoreList.txt
    Registered: Mon Jul 07 20:59:18 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  6. Search::Dict.txt

    package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...
    perldoc.perl.org/Search::Dict.txt
    Registered: Mon Jul 07 21:09:34 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  7. CPAN::Meta::History::Meta_1_2.txt

    =for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txt
    Registered: Fri Jul 11 00:59:53 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  8. 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: Fri Jul 11 04:11:11 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  9. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Fri Jul 11 05:24:55 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  10. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Fri Jul 11 04:29:48 UTC 2025
    - 4K bytes
    - Viewed (0)
Back to top