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. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. perl5362delta - what is new for perl v5.36.2 - ...

    perl5362delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security CVE-2023-47038 - Write past buffer end via illegal...
    perldoc.perl.org/perl5362delta
    Registered: Mon Jan 26 12:12:32 UTC 2026
    - 21.5K bytes
    - Viewed (0)
  10. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon Jan 26 16:58:45 UTC 2026
    - 53.4K bytes
    - Viewed (0)
Back to top