Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1631 - 1640 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. Time::HiRes.txt

    package Time::HiRes; { use 5.006; } use strict; require Exporter; use XSLoader (); our @ISA = qw(Exporter); our @EXPORT = qw( ); # More or less this same list is in Makefile.PL. Should unify. our @...
    perldoc.perl.org/Time::HiRes.txt
    Registered: Tue Sep 09 14:37:16 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  2. File::Spec.txt

    package File::Spec; use strict; # Keep $VERSION consistent in all *.pm files in this distribution, including # Cwd.pm. our $VERSION = '3.94'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32',...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue Sep 09 14:45:11 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  3. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.20"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Tue Sep 09 17:31:56 UTC 2025
    - 3K bytes
    - Viewed (0)
  4. perlsec.txt

    =head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...
    perldoc.perl.org/perlsec.txt
    Registered: Wed Sep 10 08:09:16 UTC 2025
    - 27.4K bytes
    - Viewed (0)
  5. perlgov.txt

    =encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...
    perldoc.perl.org/perlgov.txt
    Registered: Wed Sep 10 07:50:34 UTC 2025
    - 16.2K bytes
    - Viewed (0)
  6. App::Prove::State - State storage for the prove...

    App::Prove::State ( source , CPAN ) version 3.50 CONTENTS NAME VERSION DESCRIPTION SYNOPSIS METHODS Class Methods new...
    perldoc.perl.org/App::Prove::State
    Registered: Fri Sep 12 09:00:29 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  7. blib - Use MakeMaker's uninstalled version of a...

    blib ( source , CPAN ) version 1.07 CONTENTS NAME SYNOPSIS DESCRIPTION BUGS AUTHOR # NAME blib - Use MakeMaker's unin...
    perldoc.perl.org/blib
    Registered: Fri Sep 12 09:00:45 UTC 2025
    - 15K bytes
    - Viewed (0)
  8. CPAN::Meta::Validator - validate CPAN distribut...

    CPAN::Meta::Validator ( source , CPAN ) version 2.150010 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION METHODS new is_va...
    perldoc.perl.org/CPAN::Meta::Validator
    Registered: Fri Sep 12 09:10:28 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  9. B::Concise - Walk Perl syntax tree, printing co...

    B::Concise ( source , CPAN ) version 1.007 CONTENTS NAME SYNOPSIS DESCRIPTION EXAMPLE OPTIONS Options for Opcode Orde...
    perldoc.perl.org/B::Concise
    Registered: Fri Sep 12 09:10:34 UTC 2025
    - 55.2K bytes
    - Viewed (0)
  10. B::Xref - Generates cross reference reports for...

    B::Xref ( source , CPAN ) version 1.07 CONTENTS NAME SYNOPSIS DESCRIPTION OPTIONS BUGS AUTHOR # NAME B::Xref - Genera...
    perldoc.perl.org/B::Xref
    Registered: Fri Sep 12 09:10:40 UTC 2025
    - 19.6K bytes
    - Viewed (0)
Back to top