Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2321 - 2330 of 2,641 for host:perldoc.perl.org (0.06 sec)

  1. autouse.txt

    package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...
    perldoc.perl.org/autouse.txt
    Registered: Thu Jul 10 13:14:32 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Thu Jul 10 12:24:00 UTC 2025
    - 1K bytes
    - Viewed (0)
  3. ExtUtils::MM_MacOS.txt

    package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.76'; $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: Thu Jul 10 15:27:46 UTC 2025
    - 901 bytes
    - Viewed (0)
  4. DBM_Filter::int32.txt

    package DBM_Filter::int32 ; use strict; use warnings; our $VERSION = '0.03'; # todo get Filter to figure endian. sub Store { $_ = 0 if ! defined $_ || $_ eq "" ; $_ = pack("i", $_); } sub Fetch { n...
    perldoc.perl.org/DBM_Filter::int32.txt
    Registered: Thu Jul 10 13:36:18 UTC 2025
    - 754 bytes
    - Viewed (0)
  5. ExtUtils::MM_VMS.txt

    package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...
    perldoc.perl.org/ExtUtils::MM_VMS.txt
    Registered: Thu Jul 10 16:55:04 UTC 2025
    - 66.7K bytes
    - Viewed (0)
  6. CPAN::Meta::Requirements::Range.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...
    perldoc.perl.org/CPAN::Meta::Requirements::Range.txt
    Registered: Thu Jul 10 20:09:50 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  7. 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: Thu Jul 10 17:04:12 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  8. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Thu Jul 10 17:45:53 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  9. 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: Thu Jul 10 20:40:33 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  10. Encode::JP::JIS7.txt

    package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...
    perldoc.perl.org/Encode::JP::JIS7.txt
    Registered: Thu Jul 10 17:12:35 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top