Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 237 for host:perldoc.perl.org (0.02 sec)

  1. ExtUtils::Constant.txt

    package ExtUtils::Constant; use vars qw (@ISA $VERSION @EXPORT_OK %EXPORT_TAGS); $VERSION = '0.25'; =head1 NAME ExtUtils::Constant - generate XS code to import C header constants =head1 SYNOPSIS us...
    perldoc.perl.org/ExtUtils::Constant.txt
    Registered: Tue May 07 03:10:15 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  2. Encode::Encoding.txt

    package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...
    perldoc.perl.org/Encode::Encoding.txt
    Registered: Tue May 07 03:39:39 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. perlhpux.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 specially designed to be readable as is. =h...
    perldoc.perl.org/perlhpux.txt
    Registered: Mon May 06 00:21:49 UTC 2024
    - 29.9K bytes
    - Viewed (0)
Back to top