Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2361 - 2370 of 2,621 for host:perldoc.perl.org (0.02 sec)

  1. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Sun Apr 20 21:32:11 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  2. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Sun Apr 20 18:08:36 UTC 2025
    - 18K bytes
    - Viewed (0)
  3. Filter::Util::Call.txt

    # Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...
    perldoc.perl.org/Filter::Util::Call.txt
    Registered: Sun Apr 20 21:51:42 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  4. 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: Sun Apr 20 19:24:39 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  5. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Sun Apr 20 21:41:38 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  6. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.78'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sun Apr 20 19:37:29 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  7. ExtUtils::Constant::Utils.txt

    package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...
    perldoc.perl.org/ExtUtils::Constant::Utils.txt
    Registered: Sun Apr 20 19:16:19 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. ExtUtils::MM_AIX.txt

    package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...
    perldoc.perl.org/ExtUtils::MM_AIX.txt
    Registered: Sun Apr 20 18:32:29 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  9. ExtUtils::MM_MacOS.txt

    package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...
    perldoc.perl.org/ExtUtils::MM_MacOS.txt
    Registered: Sun Apr 20 18:24:21 UTC 2025
    - 901 bytes
    - Viewed (0)
  10. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Sun Apr 20 15:22:01 UTC 2025
    - 762 bytes
    - Viewed (0)
Back to top