- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 1,316 for label:perl (0.93 sec)
-
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.txtRegistered: Fri Sep 05 03:55:26 UTC 2025 - 7.5K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 22:50:14 UTC 2025 - 5.4K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 23:52:35 UTC 2025 - 4.2K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 02:02:19 UTC 2025 - 2.3K bytes - Viewed (0) -
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.txtRegistered: Thu Sep 04 23:05:12 UTC 2025 - 2.1K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 03:18:50 UTC 2025 - 911 bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 20:14:35 UTC 2025 - 16.7K bytes - Viewed (0) -
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.txtRegistered: Wed Sep 03 20:59:53 UTC 2025 - 10.7K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 11:33:22 UTC 2025 - 6.2K bytes - Viewed (0) -
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.txtRegistered: Fri Sep 05 05:56:51 UTC 2025 - 6.3K bytes - Viewed (0)