Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. perltoot.txt

    =encoding utf8 =head1 NAME perltoot - 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/perltoot.txt
    Registered: Sat Mar 23 15:29:23 UTC 2024
    - 294 bytes
    - Viewed (0)
  2. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.72-7-g54209ce require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; use...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Mon Mar 25 01:31:25 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  3. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Mon Mar 25 02:38:46 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  4. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Mon Mar 25 07:39:54 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. Encode::GSM0338.txt

    # # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...
    perldoc.perl.org/Encode::GSM0338.txt
    Registered: Mon Mar 25 05:18:02 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. 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: Mon Mar 25 07:03:50 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. ExtUtils::Command.txt

    package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...
    perldoc.perl.org/ExtUtils::Command.txt
    Registered: Mon Mar 25 03:49:59 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  8. Env.txt

    package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...
    perldoc.perl.org/Env.txt
    Registered: Mon Mar 25 02:10:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. 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: Sun Mar 24 20:52:49 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  10. 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: Sun Mar 24 22:28:39 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top