Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 11 - 20 of 841 for content_length:[0 TO 9999] (0.02 sec)

  1. Amiga::ARexx.txt

    package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...
    perldoc.perl.org/Amiga::ARexx.txt
    Registered: Mon May 06 15:51:13 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Mon May 06 15:29:15 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  3. 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: Mon May 06 21:28:32 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  4. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Mon May 06 16:49:18 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. Test2::Formatter.txt

    package Test2::Formatter; use strict; use warnings; our $VERSION = '1.302194'; 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: Wed May 08 14:49:41 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  6. Test2::Event::Ok.txt

    package Test2::Event::Ok; use strict; use warnings; our $VERSION = '1.302194'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{ pass effective_pass name tod...
    perldoc.perl.org/Test2::Event::Ok.txt
    Registered: Wed May 08 14:05:42 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. Test2::EventFacet::Error.txt

    package Test2::EventFacet::Error; use strict; use warnings; our $VERSION = '1.302194'; 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: Wed May 08 15:24:50 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. Test::use::ok.txt

    package Test::use::ok; use 5.005; our $VERSION = '1.302194'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...
    perldoc.perl.org/Test::use::ok.txt
    Registered: Wed May 08 15:48:15 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. Test::Builder::Tester::Color.txt

    package Test::Builder::Tester::Color; use strict; our $VERSION = '1.302194'; require Test::Builder::Tester; =head1 NAME Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester =head1...
    perldoc.perl.org/Test::Builder::Tester::Color.txt
    Registered: Wed May 08 16:17:29 UTC 2024
    - 973 bytes
    - Viewed (0)
  10. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Sun May 05 22:06:45 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top