Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2271 - 2280 of 2,657 for host:perldoc.perl.org (0.04 sec)

  1. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - Benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all); timethis($count, "code"); # Use Perl code in strings... timethese...
    perldoc.perl.org/Benchmark.txt
    Registered: Tue Jan 27 00:45:22 UTC 2026
    - 30.3K bytes
    - Viewed (0)
  2. Pod::Usage.txt

    ########## # Pod/Usage.pm -- print usage messages for the running script. # # Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved. # Copyright (c) 2001-2016 by Marek Rouchal. # This f...
    perldoc.perl.org/Pod::Usage.txt
    Registered: Tue Jan 27 02:02:58 UTC 2026
    - 30.3K bytes
    - Viewed (0)
  3. perlclass.txt

    =head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...
    perldoc.perl.org/perlclass.txt
    Registered: Tue Jan 27 02:34:29 UTC 2026
    - 14.1K bytes
    - Viewed (0)
  4. version.txt

    =head1 NAME version - Perl extension for Version Objects =head1 SYNOPSIS # Parsing version strings (decimal or dotted-decimal) use version 0.77; # get latest bug-fixes and API $ver = version->parse...
    perldoc.perl.org/version.txt
    Registered: Tue Jan 27 02:41:54 UTC 2026
    - 10.4K bytes
    - Viewed (0)
  5. Search::Dict.txt

    package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...
    perldoc.perl.org/Search::Dict.txt
    Registered: Tue Jan 27 02:12:31 UTC 2026
    - 3.2K bytes
    - Viewed (0)
  6. Pod::Man.txt

    # Convert POD data to formatted *roff input. # # This module translates POD documentation into *roff markup using the man # macro set, and is intended for converting POD documents written as Unix #...
    perldoc.perl.org/Pod::Man.txt
    Registered: Wed Jan 28 09:04:36 UTC 2026
    - 93.6K bytes
    - Viewed (0)
  7. IO::Uncompress::AnyInflate.txt

    package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...
    perldoc.perl.org/IO::Uncompress::AnyInflate.txt
    Registered: Wed Jan 28 10:16:54 UTC 2026
    - 28.2K bytes
    - Viewed (0)
  8. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Wed Jan 28 18:29:10 UTC 2026
    - 18.9K bytes
    - Viewed (0)
  9. Module::Load::Conditional.txt

    package Module::Load::Conditional; use strict; use Module::Load qw/load autoload_remote/; use Params::Check qw[check]; use Locale::Maketext::Simple Style => 'gettext'; use Carp (); use File::Spec (...
    perldoc.perl.org/Module::Load::Conditional.txt
    Registered: Wed Jan 28 09:42:01 UTC 2026
    - 18.9K bytes
    - Viewed (0)
  10. Parse::CPAN::Meta.txt

    use 5.008001; use strict; use warnings; package Parse::CPAN::Meta; # ABSTRACT: Parse META.yml and META.json CPAN metadata files our $VERSION = '2.150010'; use Exporter; use Carp 'croak'; our @ISA =...
    perldoc.perl.org/Parse::CPAN::Meta.txt
    Registered: Wed Jan 28 17:25:42 UTC 2026
    - 10.5K bytes
    - Viewed (0)
Back to top