Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 551 - 560 of 2,621 for host:perldoc.perl.org (0.06 sec)

  1. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Sat Nov 11 17:48:41 2023 # Update Count : 1808 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Sun Apr 13 19:45:51 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  2. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.27'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Sun Apr 13 21:44:51 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  3. IO::Zlib.txt

    # IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...
    perldoc.perl.org/IO::Zlib.txt
    Registered: Sun Apr 13 18:41:42 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  4. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Sun Apr 13 19:15:35 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  5. File::stat.txt

    package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...
    perldoc.perl.org/File::stat.txt
    Registered: Sun Apr 13 19:22:21 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  6. ExtUtils::Mksymlists.txt

    package ExtUtils::Mksymlists; use 5.006; use strict qw[ subs refs ]; # no strict 'vars'; # until filehandles are exempted use warnings; use Carp; use Exporter; use Config; our @ISA = qw(Exporter); ...
    perldoc.perl.org/ExtUtils::Mksymlists.txt
    Registered: Sun Apr 13 16:52:36 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  7. 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: Sun Apr 13 19:30:25 UTC 2025
    - 6.5K bytes
    - Viewed (0)
  8. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Sun Apr 13 16:22:56 UTC 2025
    - 4K bytes
    - Viewed (0)
  9. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Sun Apr 13 18:20:19 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  10. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Sun Apr 13 00:29:58 UTC 2025
    - 48.8K bytes
    - Viewed (0)
Back to top