Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2271 - 2280 of 3,449 for filetype:txt (0.1 sec)

  1. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Thu Sep 04 15:11:42 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  2. ExtUtils::MM_DOS.txt

    package ExtUtils::MM_DOS; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Uni...
    perldoc.perl.org/ExtUtils::MM_DOS.txt
    Registered: Thu Sep 04 15:41:14 UTC 2025
    - 1K bytes
    - Viewed (0)
  3. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::SMTP.txt
    Registered: Fri Sep 05 19:07:28 UTC 2025
    - 28.5K bytes
    - Viewed (0)
  4. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.213'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Fri Sep 05 20:34:34 UTC 2025
    - 37.6K bytes
    - Viewed (0)
  5. $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: Fri Sep 05 21:56:22 UTC 2025
    - 27.2K 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: Fri Sep 05 21:03:30 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  7. Pod::Text::Color.txt

    # Convert POD data to formatted color ASCII text # # This is just a basic proof of concept. It should later be modified to make # better use of color, take options changing what colors are used for...
    perldoc.perl.org/Pod::Text::Color.txt
    Registered: Fri Sep 05 19:53:02 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  8. SDBM_File.txt

    package SDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.17"; our @EXPORT_OK = qw(PAGFEXT DIRFEXT PAIRMAX); use Exporter "import...
    perldoc.perl.org/SDBM_File.txt
    Registered: Fri Sep 05 18:21:18 UTC 2025
    - 3.7K bytes
    - Viewed (0)
  9. 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: Fri Sep 05 21:33:46 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. 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: Fri Sep 05 18:42:42 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top