Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 1,172 for label:perl (0.02 sec)

  1. perlopenbsd.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlopenbsd.txt
    Registered: Mon May 06 03:31:58 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. perltooc.txt

    =encoding utf8 =head1 NAME perltooc - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltooc.txt
    Registered: Mon May 06 02:48:26 UTC 2024
    - 294 bytes
    - Viewed (0)
  3. DynaLoader.txt

    # Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...
    perldoc.perl.org/DynaLoader.txt
    Registered: Mon May 06 18:15:40 UTC 2024
    - 25.4K bytes
    - Viewed (0)
  4. Digest::MD5.txt

    package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...
    perldoc.perl.org/Digest::MD5.txt
    Registered: Mon May 06 18:10:42 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  5. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Mon May 06 23:10:40 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Mon May 06 22:05:46 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Mon May 06 21:32:39 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  8. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Mon May 06 17:26:20 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Mon May 06 19:31:12 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Mon May 06 20:56:52 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top