- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 2,615 for host:perldoc.perl.org (0.05 sec)
-
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.txtRegistered: Sat Nov 16 04:24:13 UTC 2024 - 5.4K bytes - Viewed (0) -
CPAN::Version.txt
package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...perldoc.perl.org/CPAN::Version.txtRegistered: Sat Nov 16 04:42:27 UTC 2024 - 4.3K bytes - Viewed (0) -
Encode::TW.txt
package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...perldoc.perl.org/Encode::TW.txtRegistered: Sat Nov 16 04:15:11 UTC 2024 - 2.2K bytes - Viewed (0) -
Test2::AsyncSubtest.txt
package Test2::AsyncSubtest; use strict; use warnings; use Test2::IPC; our $VERSION = '0.000162'; our @CARP_NOT = qw/Test2::Util::HashBase/; use Carp qw/croak cluck confess/; use Test2::Util qw/get...perldoc.perl.org/Test2::AsyncSubtest.txtRegistered: Mon Nov 18 00:00:40 UTC 2024 - 19.1K bytes - Viewed (0) -
Test2::Manual::Anatomy::Event.txt
package Test2::Manual::Anatomy::Event; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Anatomy::Event - The internals of events =head1 DESCRIPTION Events ...perldoc.perl.org/Test2::Manual::Anatomy::Event.txtRegistered: Mon Nov 18 01:01:48 UTC 2024 - 12.4K bytes - Viewed (0) -
Test2::IPC::Driver::Files.txt
package Test2::IPC::Driver::Files; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::IPC::Driver; our @ISA = qw(Test2::IPC::Driver) } use Test2::Util::HashBase qw{tempdir ...perldoc.perl.org/Test2::IPC::Driver::Files.txtRegistered: Mon Nov 18 04:09:40 UTC 2024 - 13.3K bytes - Viewed (0) -
Test2::Formatter.txt
package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302199'; my %ADDED; sub import { my $class = shift; return if $class eq __PACKAGE__; return if $ADDED{$class}++; require Test2:...perldoc.perl.org/Test2::Formatter.txtRegistered: Sun Nov 17 23:03:16 UTC 2024 - 3.9K bytes - Viewed (0) -
Test2::Compare::OrderedSubset.txt
package Test2::Compare::OrderedSubset; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/inref items/; use Carp qw/croak/; use Scala...perldoc.perl.org/Test2::Compare::OrderedSubset.txtRegistered: Mon Nov 18 02:13:59 UTC 2024 - 3.4K bytes - Viewed (0) -
Test2::Compare::Negatable.txt
package Test2::Compare::Negatable; use strict; use warnings; our $VERSION = '0.000162'; require overload; require Test2::Util::HashBase; sub import { my ($pkg, $file, $line) = caller; my $sub = eva...perldoc.perl.org/Test2::Compare::Negatable.txtRegistered: Mon Nov 18 02:08:43 UTC 2024 - 2.2K bytes - Viewed (0) -
Test2::EventFacet::Error.txt
package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302199'; sub facet_key { 'errors' } sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFace...perldoc.perl.org/Test2::EventFacet::Error.txtRegistered: Mon Nov 18 00:54:37 UTC 2024 - 1.8K bytes - Viewed (0)