Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2911 - 2920 of 3,449 for filetype:txt (0.04 sec)

  1. Net::Config.txt

    # Net::Config.pm # # Copyright (C) 2000 Graham Barr. All rights reserved. # Copyright (C) 2013-2014, 2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute ...
    perldoc.perl.org/Net::Config.txt
    Registered: Fri Sep 05 21:17:43 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  2. TAP::Harness::Env.txt

    package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.50'; # Get the parts of @INC wh...
    perldoc.perl.org/TAP::Harness::Env.txt
    Registered: Sat Sep 06 00:35:45 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  3. Test2::API::InterceptResult::Hub.txt

    package Test2::API::InterceptResult::Hub; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) } use Test2::Util::HashBase; sub init { my $self...
    perldoc.perl.org/Test2::API::InterceptResult::Hub.txt
    Registered: Sat Sep 06 03:07:00 UTC 2025
    - 964 bytes
    - Viewed (0)
  4. 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: Thu Sep 04 00:58:18 UTC 2025
    - 23.7K bytes
    - Viewed (0)
  5. 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 Sep 04 02:11:15 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  6. CPAN::Meta::History::Meta_1_0.txt

    =for :stopwords DOAP RDF =head1 NAME CPAN::Meta::History::Meta_1_0 - Version 1.0 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.0 specification for F<...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_0.txt
    Registered: Thu Sep 04 02:04:26 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  7. 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 Sep 04 02:26:59 UTC 2025
    - 754 bytes
    - Viewed (0)
  8. Socket.txt

    package Socket; use v5.6.1; use strict; our $VERSION = '2.038'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among other ...
    perldoc.perl.org/Socket.txt
    Registered: Thu Sep 04 00:51:27 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  9. 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: Wed Sep 03 19:54:35 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  10. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Thu Sep 04 00:43:58 UTC 2025
    - 17.3K bytes
    - Viewed (0)
Back to top