Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 2,612 for host:perldoc.perl.org (0.04 sec)

  1. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.14'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Mon Nov 10 18:17:19 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Mon Nov 10 13:55:32 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  3. Env.txt

    package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...
    perldoc.perl.org/Env.txt
    Registered: Mon Nov 10 23:35:24 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  4. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Zhuyin.txt
    Registered: Fri Nov 14 08:37:42 UTC 2025
    - 110K bytes
    - Viewed (0)
  5. Test2::Manual::Anatomy::Event.txt

    package Test2::Manual::Anatomy::Event; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Event - The internals of events =head1 DESCRIPTION Events ...
    perldoc.perl.org/Test2::Manual::Anatomy::Event.txt
    Registered: Thu Nov 13 08:16:34 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  6. Test2::Formatter.txt

    package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302210'; my %ADDED; sub import { my $class = shift; return if $class eq __PACKAGE__; return if $ADDED{$class}++; require Test2:...
    perldoc.perl.org/Test2::Formatter.txt
    Registered: Thu Nov 13 04:40:44 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  7. Test2::Compare::OrderedSubset.txt

    package Test2::Compare::OrderedSubset; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/inref items/; use Carp qw/croak/; use Scala...
    perldoc.perl.org/Test2::Compare::OrderedSubset.txt
    Registered: Thu Nov 13 04:52:38 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  8. Test2::Manual::Tooling::Formatter.txt

    package Test2::Manual::Tooling::Formatter; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Tooling::Formatter - How to write a custom formatter, in our case a JSONL formatter. =hea...
    perldoc.perl.org/Test2::Manual::Tooling::Formatter.txt
    Registered: Thu Nov 13 08:50:23 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. Test2::API::InterceptResult::Squasher.txt

    package Test2::API::InterceptResult::Squasher; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/croak/; use List::Util qw/first/; use Test2::Util::HashBase qw{ <events +down_sig +do...
    perldoc.perl.org/Test2::API::InterceptResult::Squasher.txt
    Registered: Thu Nov 13 01:25:24 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  10. Test2::Manual::Testing::Todo.txt

    package Test2::Manual::Testing::Todo; use strict; use warnings; our $VERSION = '1.302210'; 1; __END__ =head1 NAME Test2::Manual::Testing::Todo - Tutorial for marking tests as TODO. =head1 DESCRIPTI...
    perldoc.perl.org/Test2::Manual::Testing::Todo.txt
    Registered: Wed Nov 12 23:28:42 UTC 2025
    - 2.7K bytes
    - Viewed (0)
Back to top