Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1911 - 1920 of 2,642 for host:perldoc.perl.org (0.07 sec)

  1. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Sat Sep 13 17:01:53 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  2. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Sat Sep 13 15:09:21 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  3. 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: Sat Sep 13 16:14:37 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  4. ExtUtils::Liblist.txt

    package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...
    perldoc.perl.org/ExtUtils::Liblist.txt
    Registered: Sat Sep 13 14:12:12 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. IO.txt

    # package IO; use XSLoader (); use Carp; use strict; use warnings; our $VERSION = "1.55"; XSLoader::load 'IO', $VERSION; sub import { shift; warnings::warnif('deprecated', qq{Parameterless "use IO"...
    perldoc.perl.org/IO.txt
    Registered: Sat Sep 13 15:32:04 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  6. Config::Extensions.txt

    package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...
    perldoc.perl.org/Config::Extensions.txt
    Registered: Sat Sep 13 14:41:11 UTC 2025
    - 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: Fri Sep 12 12:10:52 UTC 2025
    - 21.2K 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: Fri Sep 12 12:10:57 UTC 2025
    - 112.8K 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: Fri Sep 12 12:09:22 UTC 2025
    - 83.2K bytes
    - Viewed (0)
  10. 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: Fri Sep 12 12:09:25 UTC 2025
    - 21.1K bytes
    - Viewed (0)
Back to top