Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 545 for filetype:txt (0.04 sec)

  1. perlbug.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.40.1 - Sa...
    perldoc.perl.org/perlbug.txt
    Registered: Thu Mar 27 07:56:22 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  2. h2ph.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2ph.txt
    Registered: Thu Mar 27 08:33:47 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  3. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Fri Mar 21 20:11:27 UTC 2025
    - 59.6K bytes
    - Viewed (0)
  4. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2023 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Fri Mar 21 17:53:59 UTC 2025
    - 39.9K bytes
    - Viewed (0)
  5. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000037-8-g92dec6c # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Sun Mar 23 14:20:34 UTC 2025
    - 33.8K bytes
    - Viewed (0)
  6. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sun Mar 23 11:31:41 UTC 2025
    - 14.2K bytes
    - Viewed (0)
  7. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sun Mar 23 03:36:52 UTC 2025
    - 79.3K bytes
    - Viewed (0)
  8. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sun Mar 23 03:07:51 UTC 2025
    - 51.2K bytes
    - Viewed (0)
  9. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Sun Mar 23 02:36:31 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  10. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sun Mar 23 00:52:03 UTC 2025
    - 22.9K bytes
    - Viewed (0)
Back to top