Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 2,629 for host:perldoc.perl.org (0.12 sec)

  1. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Sun Jun 29 07:24:51 UTC 2025
    - 13K bytes
    - Viewed (0)
  2. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Sun Jun 29 05:26:31 UTC 2025
    - 14K bytes
    - Viewed (0)
  3. 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 Jun 29 10:04:33 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  4. ExtUtils::MM_OS2.txt

    package ExtUtils::MM_OS2; use strict; use warnings; use ExtUtils::MakeMaker qw(neatvalue); use File::Spec; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Any; require ExtUtils::MM...
    perldoc.perl.org/ExtUtils::MM_OS2.txt
    Registered: Sun Jun 29 05:56:56 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  5. 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: Sun Jun 29 07:55:24 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Fri Jun 27 18:02:38 UTC 2025
    - 417.8K bytes
    - Viewed (0)
  7. perlexperiment - A listing of experimental feat...

    perlexperiment ( source , CPAN ) CONTENTS NAME DESCRIPTION Current experiments Accepted features Removed features SEE...
    perldoc.perl.org/perlexperiment
    Registered: Fri Jun 27 12:52:18 UTC 2025
    - 35.8K bytes
    - Viewed (0)
  8. perlcygwin - Perl for Cygwin - Perldoc Browser

    perlcygwin ( source , CPAN ) CONTENTS NAME SYNOPSIS PREREQUISITES FOR COMPILING PERL ON CYGWIN Cygwin = GNU+Cygnus+Wi...
    perldoc.perl.org/perlcygwin
    Registered: Fri Jun 27 12:52:21 UTC 2025
    - 50.4K bytes
    - Viewed (0)
  9. perlfaq6.txt

    =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with answers involving reg...
    perldoc.perl.org/perlfaq6.txt
    Registered: Fri Jun 27 14:24:34 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  10. prove - Run tests through a TAP harness. - Perl...

    prove ( source , CPAN ) CONTENTS NAME USAGE OPTIONS NOTES .proverc Reading from STDIN Default Test Directory Colored ...
    perldoc.perl.org/prove
    Registered: Fri Jun 27 13:08:24 UTC 2025
    - 35.6K bytes
    - Viewed (0)
Back to top