Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 226 for label:perl (0.02 sec)

  1. Encode::CN::HZ.txt

    package Encode::CN::HZ; use strict; use warnings; use utf8 (); use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fa...
    perldoc.perl.org/Encode::CN::HZ.txt
    Registered: Sun May 19 00:34:59 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. Encode::Symbol.txt

    package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...
    perldoc.perl.org/Encode::Symbol.txt
    Registered: Sun May 19 00:05:18 UTC 2024
    - 847 bytes
    - Viewed (0)
  3. ExtUtils::MakeMaker::Config.txt

    package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...
    perldoc.perl.org/ExtUtils::MakeMaker::Config.txt
    Registered: Sat May 18 20:03:27 UTC 2024
    - 602 bytes
    - Viewed (0)
  4. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Sun May 19 01:18:22 UTC 2024
    - 14K bytes
    - Viewed (0)
  5. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Sun May 19 01:32:01 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  6. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Sun May 19 02:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. Encode.txt

    # # $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Sun May 19 02:55:30 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  8. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Sun May 19 03:18:33 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. ExtUtils::MM_Unix.txt

    package ExtUtils::MM_Unix; require 5.006; use strict; use warnings; use Carp; use ExtUtils::MakeMaker::Config; use File::Basename qw(basename dirname); our %Config_Override; use ExtUtils::MakeMaker...
    perldoc.perl.org/ExtUtils::MM_Unix.txt
    Registered: Sun May 19 03:55:30 UTC 2024
    - 112.9K bytes
    - Viewed (0)
  10. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Sun May 19 04:03:19 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top