Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2591 - 2600 of 3,463 for filetype:txt (0.07 sec)

  1. ExtUtils::Typemaps::InputMap.txt

    package ExtUtils::Typemaps::InputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::Typemaps::InputMap - Entry in the INPUT section of a typemap =head1 SYNOPS...
    perldoc.perl.org/ExtUtils::Typemaps::InputMap.txt
    Registered: Wed Jun 18 20:44:54 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. Math::BigInt::Lib.txt

    package Math::BigInt::Lib; use 5.006001; use strict; use warnings; our $VERSION = '2.003002'; $VERSION =~ tr/_//d; use Carp; use overload # overload key: with_assign '+' => sub { my $class = ref $_...
    perldoc.perl.org/Math::BigInt::Lib.txt
    Registered: Thu Jun 19 01:35:17 UTC 2025
    - 78.2K bytes
    - Viewed (0)
  3. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Thu Jun 19 01:18:37 UTC 2025
    - 35.3K bytes
    - Viewed (0)
  4. $title

    =pod =head1 NAME Pod::Simple::XHTML -- format Pod as validating XHTML =head1 SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new(); ... $parser->parse_file('path/to/file.pod'); =h...
    perldoc.perl.org/Pod::Simple::XHTML.txt
    Registered: Thu Jun 19 04:30:13 UTC 2025
    - 27.2K bytes
    - Viewed (0)
  5. Pod::Simple::PullParser.txt

    package Pod::Simple::PullParser; use strict; our $VERSION = '3.45'; use Pod::Simple (); BEGIN {our @ISA = ('Pod::Simple')} use Carp (); use Pod::Simple::PullParserStartToken; use Pod::Simple::PullP...
    perldoc.perl.org/Pod::Simple::PullParser.txt
    Registered: Thu Jun 19 04:01:01 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  6. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Thu Jun 19 00:34:50 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  7. Net::hostent.txt

    package Net::hostent 1.04; use v5.38; our ( $h_name, @h_aliases, $h_addrtype, $h_length, @h_addr_list, $h_addr ); use Exporter 'import'; our @EXPORT = qw(gethostbyname gethostbyaddr gethost); our @...
    perldoc.perl.org/Net::hostent.txt
    Registered: Thu Jun 19 03:08:17 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. Module::Loaded.txt

    package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...
    perldoc.perl.org/Module::Loaded.txt
    Registered: Thu Jun 19 02:13:32 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  9. Pod::Perldoc::ToRtf.txt

    package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...
    perldoc.perl.org/Pod::Perldoc::ToRtf.txt
    Registered: Thu Jun 19 02:30:44 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  10. Memoize::NDBM_File.txt

    use strict; use warnings; package Memoize::NDBM_File; our $VERSION = '1.16'; use NDBM_File; our @ISA = qw(NDBM_File); # NDBM_File cannot store undef and will store an empty string if you try # but ...
    perldoc.perl.org/Memoize::NDBM_File.txt
    Registered: Thu Jun 19 02:05:19 UTC 2025
    - 926 bytes
    - Viewed (0)
Back to top