Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2361 - 2370 of 2,641 for host:perldoc.perl.org (0.03 sec)

  1. ExtUtils::ParseXS::Utilities.txt

    package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.57'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...
    perldoc.perl.org/ExtUtils::ParseXS::Utilities.txt
    Registered: Fri Jul 11 13:20:36 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  2. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.213 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Fri Jul 11 06:04:47 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  3. File::GlobMapper.txt

    package File::GlobMapper; use strict; use warnings; use Carp; our ($CSH_GLOB); BEGIN { if ($] < 5.006) { require File::BSDGlob; File::BSDGlob->import(':glob'); $CSH_GLOB = File::BSDGlob::GLOB_CSH()...
    perldoc.perl.org/File::GlobMapper.txt
    Registered: Fri Jul 11 10:21:15 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  4. Filter::Util::Call.txt

    # Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...
    perldoc.perl.org/Filter::Util::Call.txt
    Registered: Fri Jul 11 12:39:48 UTC 2025
    - 13.7K bytes
    - Viewed (0)
  5. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Fri Jul 11 10:47:47 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  6. Locale::Maketext::Cookbook.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...
    perldoc.perl.org/Locale::Maketext::Cookbook.txt
    Registered: Fri Jul 11 14:27:13 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. ExtUtils::MM_VOS.txt

    package ExtUtils::MM_VOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_VOS - VOS speci...
    perldoc.perl.org/ExtUtils::MM_VOS.txt
    Registered: Fri Jul 11 03:56:18 UTC 2025
    - 762 bytes
    - Viewed (0)
  8. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Fri Jul 11 16:35:44 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  9. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Fri Jul 11 18:14:25 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  10. I18N::Langinfo.txt

    package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...
    perldoc.perl.org/I18N::Langinfo.txt
    Registered: Fri Jul 11 15:18:53 UTC 2025
    - 14.1K bytes
    - Viewed (0)
Back to top