Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 2,642 for host:perldoc.perl.org (0.38 sec)

  1. CPAN::Meta::Merge - Merging CPAN Meta fragments...

    CPAN::Meta::Merge ( source , CPAN ) version 2.150010 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION METHODS new merge(@fr...
    perldoc.perl.org/CPAN::Meta::Merge
    Registered: Tue Sep 09 11:14:58 UTC 2025
    - 20K bytes
    - Viewed (0)
  2. ok - Alternative to Test::More::use_ok - Perldo...

    ok ( source , CPAN ) version 1.302210 CONTENTS NAME SYNOPSIS DESCRIPTION CC0 1.0 Universal # NAME ok - Alternative to...
    perldoc.perl.org/ok
    Registered: Tue Sep 09 11:10:58 UTC 2025
    - 14.6K bytes
    - Viewed (0)
  3. Tie::File.txt

    package Tie::File; use strict; use warnings; use Carp ':DEFAULT', 'confess'; use POSIX 'SEEK_SET'; use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; use constant O_ACCMOD...
    perldoc.perl.org/Tie::File.txt
    Registered: Wed Sep 10 01:05:37 UTC 2025
    - 75.6K bytes
    - Viewed (0)
  4. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.090'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Tue Sep 09 23:43:41 UTC 2025
    - 79.6K bytes
    - Viewed (0)
  5. perlclib.txt

    =head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...
    perldoc.perl.org/perlclib.txt
    Registered: Wed Sep 10 05:16:01 UTC 2025
    - 53.3K bytes
    - Viewed (0)
  6. warnings.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/warnings.pl. # Any changes made here will be lost! package warnings; our $VERSION = "...
    perldoc.perl.org/warnings.txt
    Registered: Wed Sep 10 07:24:44 UTC 2025
    - 56.4K bytes
    - Viewed (0)
  7. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Tue Sep 09 15:05:00 UTC 2025
    - 40K bytes
    - Viewed (0)
  8. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Tue Sep 09 19:34:51 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  9. Test::Harness.txt

    package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...
    perldoc.perl.org/Test::Harness.txt
    Registered: Wed Sep 10 00:07:11 UTC 2025
    - 16.1K bytes
    - Viewed (0)
  10. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.07'; package Tie::Hash ; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, undef } qw( Fetch_Key Fetch...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Tue Sep 09 16:03:58 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top