Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3101 - 3110 of 3,417 for filetype:txt (0.11 sec)

  1. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Fri Feb 14 11:12:26 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  2. bigint.txt

    package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigint.txt
    Registered: Fri Feb 14 09:34:15 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  3. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Fri Feb 14 10:33:01 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  4. 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 Feb 14 11:29:25 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  5. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Fri Feb 14 11:07:11 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  6. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Fri Feb 14 12:17:52 UTC 2025
    - 6K bytes
    - Viewed (0)
  7. 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: Fri Feb 14 11:22:45 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  8. 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: Fri Feb 14 13:22:43 UTC 2025
    - 762 bytes
    - Viewed (0)
  9. perl58delta.txt

    =head1 NAME perl58delta - what is new for perl v5.8.0 =head1 DESCRIPTION This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were alr...
    perldoc.perl.org/perl58delta.txt
    Registered: Thu Feb 13 12:33:19 UTC 2025
    - 112.5K bytes
    - Viewed (0)
  10. perl56delta.txt

    =head1 NAME perl56delta - what's new for perl v5.6.0 =head1 DESCRIPTION This document describes differences between the 5.005 release and the 5.6.0 release. =head1 Core Enhancements =head2 Interpre...
    perldoc.perl.org/perl56delta.txt
    Registered: Thu Feb 13 12:42:29 UTC 2025
    - 104.7K bytes
    - Viewed (0)
Back to top