Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1791 - 1800 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Wed Jan 28 11:06:33 UTC 2026
    - 10.6K bytes
    - Viewed (0)
  2. Pod::Simple::Debug.txt

    package Pod::Simple::Debug; use strict; our $VERSION = '3.45'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value) = @_[1,2]; ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Wed Jan 28 10:43:41 UTC 2026
    - 4.5K bytes
    - Viewed (0)
  3. 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: Wed Jan 28 17:57:56 UTC 2026
    - 3.9K bytes
    - Viewed (0)
  4. 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: Wed Jan 28 09:10:37 UTC 2026
    - 4.2K bytes
    - Viewed (0)
  5. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Wed Jan 28 06:38:47 UTC 2026
    - 2.3K bytes
    - Viewed (0)
  6. Memoize::Storable.txt

    use strict; use warnings; package Memoize::Storable; our $VERSION = '1.17'; 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: Wed Jan 28 09:33:23 UTC 2026
    - 1.3K bytes
    - Viewed (0)
  7. perl5382delta - what is new for perl v5.38.2 - ...

    perl5382delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security CVE-2023-47038 - Write past buffer end via illegal...
    perldoc.perl.org/perl5382delta
    Registered: Mon Jan 26 12:14:35 UTC 2026
    - 21.6K bytes
    - Viewed (0)
  8. perl5380delta - what is new for perl v5.38.0 - ...

    perl5380delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New class Feature Unicode 15.0 is support...
    perldoc.perl.org/perl5380delta
    Registered: Mon Jan 26 12:14:40 UTC 2026
    - 113.1K bytes
    - Viewed (0)
  9. perlcall - Perl calling conventions from C - Pe...

    perlcall ( source , CPAN ) CONTENTS NAME DESCRIPTION THE CALL_ FUNCTIONS FLAG VALUES G_VOID G_SCALAR G_LIST G_DISCARD...
    perldoc.perl.org/perlcall
    Registered: Mon Jan 26 12:11:57 UTC 2026
    - 83.6K bytes
    - Viewed (0)
  10. perl5283delta - what is new for perl v5.28.3 - ...

    perl5283delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2020-10543] Buffer overflow caused by a craft...
    perldoc.perl.org/perl5283delta
    Registered: Mon Jan 26 12:12:28 UTC 2026
    - 24.5K bytes
    - Viewed (0)
Back to top