- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5551 - 5560 of 6,206 for content_length:[0 TO 9999] (0.08 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::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) -
Test2::EventFacet::Amnesty.txt
package Test2::EventFacet::Amnesty; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) } use Test2::Util::Has...perldoc.perl.org/Test2::EventFacet::Amnesty.txtRegistered: Mon Nov 18 02:27:57 UTC 2024 - 1.6K bytes - Viewed (0) -
Test2::AsyncSubtest::Event::Detach.txt
package Test2::AsyncSubtest::Event::Detach; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; sub no_display { 1 } sub callback { my $s...perldoc.perl.org/Test2::AsyncSubtest::Event::Detach.txtRegistered: Mon Nov 18 03:47:59 UTC 2024 - 1.7K bytes - Viewed (0) -
integer.txt
package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...perldoc.perl.org/integer.txtRegistered: Fri Nov 15 14:37:15 UTC 2024 - 3.2K bytes - Viewed (0)