Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 204 for filetype:txt (0.01 sec)

  1. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Tue May 14 21:17:57 UTC 2024
    - 451 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: Tue May 14 03:19:29 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. ExtUtils::Miniperl.txt

    #!./perl -w package ExtUtils::Miniperl; use strict; use Exporter 'import'; use ExtUtils::Embed 1.31, qw(xsi_header xsi_protos xsi_body); our @EXPORT = qw(writemain); our $VERSION = '1.13'; # blead ...
    perldoc.perl.org/ExtUtils::Miniperl.txt
    Registered: Tue May 14 08:38:15 UTC 2024
    - 6.9K 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: Tue May 14 01:05:36 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. 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.44 =cut our $VERSION = '3.44'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Tue May 14 05:55:23 UTC 2024
    - 3.3K 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: Tue May 14 07:09:59 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. Pod::Simple::JustPod.txt

    use 5; package Pod::Simple::JustPod; # ABSTRACT: Pod::Simple formatter that extracts POD from a file containing # other things as well use strict; use warnings; use Pod::Simple::Methody (); our @IS...
    perldoc.perl.org/Pod::Simple::JustPod.txt
    Registered: Wed May 15 03:51:50 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  8. MIME::Base64.txt

    package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...
    perldoc.perl.org/MIME::Base64.txt
    Registered: Wed May 15 00:54:15 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. File::Spec::OS2.txt

    package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...
    perldoc.perl.org/File::Spec::OS2.txt
    Registered: Wed May 15 00:09:32 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Wed May 15 03:36:56 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top