Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1211 - 1220 of 1,306 for label:perl (0.07 sec)

  1. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Sun Jun 08 06:48:35 UTC 2025
    - 32.5K bytes
    - Viewed (0)
  2. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.51'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Sun Jun 08 06:13:52 UTC 2025
    - 18K bytes
    - Viewed (0)
  3. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Sun Jun 08 10:48:25 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  4. Encode::JP.txt

    package Encode::JP; BEGIN { if ( ord("A") == 193 ) { die "Encode::JP not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::JP.txt
    Registered: Sun Jun 08 09:15:44 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  5. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sun Jun 08 05:52:46 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. ExtUtils::MM_MacOS.txt

    package ExtUtils::MM_MacOS; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; sub new { die 'MacOS Classic (MacPerl) is no longer supported by MakeMaker'; } =head1 NAME ExtUtils...
    perldoc.perl.org/ExtUtils::MM_MacOS.txt
    Registered: Sun Jun 08 12:37:29 UTC 2025
    - 901 bytes
    - Viewed (0)
  7. 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: Sun Jun 08 07:36:53 UTC 2025
    - 1K bytes
    - Viewed (0)
  8. perlapi.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by autodoc.pl extracting documentation from the C source files. Any changes made here will be lost! =...
    perldoc.perl.org/perlapi.txt
    Registered: Thu Jun 05 01:41:04 UTC 2025
    - 826.8K bytes
    - Viewed (0)
  9. Devel::PPPort.txt

    ########## # # !!!!! Do NOT edit this file directly! -- Edit PPPort_pm.PL instead. !!!!! # # This file was automatically generated from the definition files in the # parts/inc/ subdirectory by PPPo...
    perldoc.perl.org/Devel::PPPort.txt
    Registered: Sun Jun 08 09:36:36 UTC 2025
    - 619.6K bytes
    - Viewed (0)
  10. Test2::API.txt

    package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302199'; my $IN...
    perldoc.perl.org/Test2::API.txt
    Registered: Tue Jun 10 06:09:28 UTC 2025
    - 48.4K bytes
    - Viewed (0)
Back to top