Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 1,172 for label:perl (0.02 sec)

  1. ExtUtils::CBuilder.txt

    package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280238'; # VERSION our @ISA; # We ...
    perldoc.perl.org/ExtUtils::CBuilder.txt
    Registered: Tue May 07 03:02:57 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Mon May 06 23:54:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. FileCache.txt

    package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...
    perldoc.perl.org/FileCache.txt
    Registered: Tue May 07 04:49:12 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. Encode::KR.txt

    package Encode::KR; BEGIN { if ( ord("A") == 193 ) { die "Encode::KR 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::KR.txt
    Registered: Tue May 07 01:00:57 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Tue May 07 02:10:49 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Mon May 06 23:49:20 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. ExtUtils::MM_QNX.txt

    package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...
    perldoc.perl.org/ExtUtils::MM_QNX.txt
    Registered: Tue May 07 02:16:30 UTC 2024
    - 907 bytes
    - Viewed (0)
  8. Pod::Simple::Subclassing.txt

    =head1 NAME Pod::Simple::Subclassing -- write a formatter as a Pod::Simple subclass =head1 SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = '1.01'; use stric...
    perldoc.perl.org/Pod::Simple::Subclassing.txt
    Registered: Tue May 07 23:06:37 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  9. TAP::Parser::Source.txt

    package TAP::Parser::Source; use strict; use warnings; use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant BLK_SIZE => 512; =head1 NAME TAP::Parser::Source - a TAP source & met...
    perldoc.perl.org/TAP::Parser::Source.txt
    Registered: Wed May 08 02:24:27 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  10. Pod::Simple::Text.txt

    require 5; package Pod::Simple::Text; use strict; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); use vars qw( @ISA $VERSION $FREAKYMODE); $VERSION = '3.43'; @ISA = ('Pod::Simple::Met...
    perldoc.perl.org/Pod::Simple::Text.txt
    Registered: Tue May 07 23:43:18 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top