Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 790 for host:perldoc.perl.org (0.01 sec)

  1. perl5341delta.txt

    =encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...
    perldoc.perl.org/perl5341delta.txt
    Registered: Sun May 05 10:37:52 UTC 2024
    - 4.1K 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 May 06 16:41:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top