Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1231 - 1240 of 6,887 for content_length:[0 TO 9999] (0.07 sec)

  1. Net::Time.txt

    # Net::Time.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2014, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it and/o...
    perldoc.perl.org/Net::Time.txt
    Registered: Mon Apr 21 07:53:37 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  2. Internals.txt

    =head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...
    perldoc.perl.org/Internals.txt
    Registered: Mon Apr 21 06:31:33 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  3. ExtUtils::MY.txt

    package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.70'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...
    perldoc.perl.org/ExtUtils::MY.txt
    Registered: Mon Apr 21 01:07:57 UTC 2025
    - 678 bytes
    - Viewed (0)
  4. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Registered: Mon Apr 21 08:54:42 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  5. Pod::Simple::DumpAsText.txt

    package Pod::Simple::DumpAsText; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN { our @ISA = ('Pod::Simple')} use Carp (); BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG ...
    perldoc.perl.org/Pod::Simple::DumpAsText.txt
    Registered: Mon Apr 21 11:04:22 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Mon Apr 21 12:54:15 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  7. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Mon Apr 21 13:20:26 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  8. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.16'; use Storable 1.002 (); # for lock_* function variants our $Verbose; sub TIEHASH { my $package = shift; my $filename = shi...
    perldoc.perl.org/Memoize::Storable.txt
    Registered: Mon Apr 21 15:02:40 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  9. Test2::Bundle::Extended.txt

    package Test2::Bundle::Extended; use strict; use warnings; use Test2::V0; our $VERSION = '0.000162'; BEGIN { push @Test2::Bundle::Extended::ISA => 'Test2::V0'; no warnings 'once'; *EXPORT = \@Test2...
    perldoc.perl.org/Test2::Bundle::Extended.txt
    Registered: Mon Apr 21 22:03:41 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  10. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Mon Apr 21 19:06:56 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top