Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5551 - 5560 of 6,206 for content_length:[0 TO 9999] (0.07 sec)

  1. 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.txt
    Registered: Sat Nov 16 04:15:11 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Sun Nov 17 23:03:16 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Mon Nov 18 02:13:59 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Mon Nov 18 02:08:43 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Mon Nov 18 00:54:37 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Mon Nov 18 02:27:57 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Mon Nov 18 03:47:59 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Fri Nov 15 14:37:15 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Fri Nov 15 13:32:42 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Fri Nov 15 13:07:33 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top