Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 227 for host:perldoc.perl.org (0.02 sec)

  1. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Tue May 14 03:56:25 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN 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::CN.txt
    Registered: Tue May 14 02:26:46 UTC 2024
    - 2K bytes
    - Viewed (0)
  3. Encode::CJKConstants.txt

    # # $Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::CJKConstants; use strict; use warnings; our $RCSID = q$Id: CJKConstants.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp...
    perldoc.perl.org/Encode::CJKConstants.txt
    Registered: Tue May 14 04:10:32 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. CPAN::API::HOWTO.txt

    =head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...
    perldoc.perl.org/CPAN::API::HOWTO.txt
    Registered: Tue May 14 01:51:11 UTC 2024
    - 1K bytes
    - Viewed (0)
  5. ExtUtils::Constant::Utils.txt

    package ExtUtils::Constant::Utils; use strict; use vars qw($VERSION @EXPORT_OK @ISA); use Carp; @ISA = 'Exporter'; @EXPORT_OK = qw(C_stringify perl_stringify); $VERSION = '0.04'; use constant is_pe...
    perldoc.perl.org/ExtUtils::Constant::Utils.txt
    Registered: Tue May 14 14:09:19 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. ExtUtils::MM_BeOS.txt

    package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...
    perldoc.perl.org/ExtUtils::MM_BeOS.txt
    Registered: Tue May 14 13:26:59 UTC 2024
    - 1K bytes
    - Viewed (0)
  7. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Tue May 14 23:23:47 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  8. Math::BigInt::FastCalc.txt

    package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....
    perldoc.perl.org/Math::BigInt::FastCalc.txt
    Registered: Tue May 14 22:37:59 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Tue May 14 20:17:52 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  10. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; # On one line so MakeMaker will see it. our $VERSION = '5.77'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only)...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Tue May 14 15:19:25 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top