Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Thu Sep 04 16:52:22 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  2. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Thu Sep 04 14:55:28 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  3. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Thu Sep 04 19:23:36 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. $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)
  9. 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)
  10. 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)
Back to top