Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 208 for filetype:txt (0.01 sec)

  1. TAP::Parser::SourceHandler::Handle.txt

    package TAP::Parser::SourceHandler::Handle; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::...
    perldoc.perl.org/TAP::Parser::SourceHandler::Handle.txt
    Registered: Wed May 15 17:55:33 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Tue May 14 05:10:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  3. ExtUtils::MakeMaker::Tutorial.txt

    package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Tue May 14 08:31:36 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. File::Compare.txt

    package File::Compare 1.1007; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Tue May 14 08:23:43 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Tue May 14 05:32:17 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. CPAN::Debug.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...
    perldoc.perl.org/CPAN::Debug.txt
    Registered: Tue May 14 06:25:31 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Tue May 14 08:09:36 UTC 2024
    - 911 bytes
    - Viewed (0)
  8. DBM_Filter::null.txt

    package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...
    perldoc.perl.org/DBM_Filter::null.txt
    Registered: Tue May 14 06:17:52 UTC 2024
    - 967 bytes
    - Viewed (0)
  9. DBM_Filter::compress.txt

    package DBM_Filter::compress ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Compress::Zlib; Compress::Zlib->import() }; croak "Compress::Zlib module not found.\...
    perldoc.perl.org/DBM_Filter::compress.txt
    Registered: Tue May 14 05:02:59 UTC 2024
    - 854 bytes
    - Viewed (0)
  10. DBM_Filter::utf8.txt

    package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...
    perldoc.perl.org/DBM_Filter::utf8.txt
    Registered: Tue May 14 04:26:12 UTC 2024
    - 777 bytes
    - Viewed (0)
Back to top