Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2881 - 2890 of 3,449 for filetype:txt (0.11 sec)

  1. 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 Sep 05 00:24:29 UTC 2025
    - 15.3K bytes
    - Viewed (0)
  2. ExtUtils::Embed.txt

    package ExtUtils::Embed; require Exporter; use Config; require File::Spec; our ( @Extensions, $opt_o, $opt_s ); use strict; # This is not a dual-life module, so no need for development version numb...
    perldoc.perl.org/ExtUtils::Embed.txt
    Registered: Fri Sep 05 02:39:16 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  3. 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 Sep 05 01:02:56 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  4. 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: Fri Sep 05 01:10:12 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  5. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Fri Sep 05 00:52:46 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  6. Perl Documentation

    package Pod::Simple::HTMLBatch; use strict; our $VERSION = '3.45'; our @ISA = (); # Yup, we're NOT a subclass of Pod::Simple::HTML! # TODO: nocontents stylesheets. Strike some of the color variatio...
    perldoc.perl.org/Pod::Simple::HTMLBatch.txt
    Registered: Fri Sep 05 13:15:25 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  7. 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 Sep 05 11:12:03 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  8. PerlIO::via.txt

    package PerlIO::via; our $VERSION = '0.19'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::via - Helper class for PerlIO layers implemented in perl =head1 SYNOPSIS use PerlIO::v...
    perldoc.perl.org/PerlIO::via.txt
    Registered: Fri Sep 05 12:11:41 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  9. 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 Sep 05 10:04:15 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  10. Pod::Perldoc::ToTerm.txt

    package Pod::Perldoc::ToTerm; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...
    perldoc.perl.org/Pod::Perldoc::ToTerm.txt
    Registered: Fri Sep 05 11:55:50 UTC 2025
    - 3.7K bytes
    - Viewed (0)
Back to top