Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 2,621 for host:perldoc.perl.org (0.05 sec)

  1. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Mon Apr 14 03:19:38 UTC 2025
    - 926 bytes
    - Viewed (0)
  2. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Sun Apr 13 11:25:47 UTC 2025
    - 112.9K bytes
    - Viewed (0)
  3. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.78'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Sun Apr 13 14:00:21 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  4. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sun Apr 13 11:49:35 UTC 2025
    - 13K bytes
    - Viewed (0)
  5. ExtUtils::CBuilder::Platform::Windows.txt

    package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...
    perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txt
    Registered: Sun Apr 13 14:07:35 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  6. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Sun Apr 13 15:27:27 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. ExtUtils::XSSymSet.txt

    package ExtUtils::XSSymSet; use strict; use Config; our $VERSION = '1.4'; sub new { my($pkg,$maxlen,$silent) = @_; $maxlen ||= 31; # Allow absurdly long symbols here if we've told the compiler to #...
    perldoc.perl.org/ExtUtils::XSSymSet.txt
    Registered: Sun Apr 13 14:31:53 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  8. ExtUtils::MM_OS2.txt

    package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...
    perldoc.perl.org/ExtUtils::MM_OS2.txt
    Registered: Sun Apr 13 11:20:43 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Sun Apr 13 12:52:14 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  10. ExtUtils::MakeMaker::Config.txt

    package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...
    perldoc.perl.org/ExtUtils::MakeMaker::Config.txt
    Registered: Sun Apr 13 13:10:02 UTC 2025
    - 602 bytes
    - Viewed (0)
Back to top