Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 1,316 for label:perl (0.93 sec)

  1. ExtUtils::Command::MM.txt

    package ExtUtils::Command::MM; require 5.006; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(test_harness pod2man perllocal_install uninstall warn_if_old_pack...
    perldoc.perl.org/ExtUtils::Command::MM.txt
    Registered: Fri Sep 05 03:55:26 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  2. ExtUtils::MakeMaker::Tutorial.txt

    package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Thu Sep 04 22:50:14 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. File::Compare.txt

    package File::Compare 1.1008; use v5.12; use warnings; use Exporter 'import'; our @EXPORT = qw(compare); our @EXPORT_OK = qw(cmp compare_text); our $Too_Big = 1024 * 1024 * 2; sub croak { require C...
    perldoc.perl.org/File::Compare.txt
    Registered: Thu Sep 04 23:52:35 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  4. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Fri Sep 05 02:02:19 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. ExtUtils::Typemaps::Type.txt

    package ExtUtils::Typemaps::Type; use 5.006001; use strict; use warnings; require ExtUtils::Typemaps; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::Type - Entry in the TYPEMAP section of a...
    perldoc.perl.org/ExtUtils::Typemaps::Type.txt
    Registered: Thu Sep 04 23:05:12 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Fri Sep 05 03:18:50 UTC 2025
    - 911 bytes
    - Viewed (0)
  7. autodie::hints.txt

    package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...
    perldoc.perl.org/autodie::hints.txt
    Registered: Wed Sep 03 20:14:35 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  8. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Wed Sep 03 20:59:53 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  9. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Fri Sep 05 11:33:22 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  10. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Registered: Fri Sep 05 05:56:51 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top