- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1131 - 1140 of 1,306 for label:perl (0.05 sec)
-
IO::Seekable.txt
# package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...perldoc.perl.org/IO::Seekable.txtRegistered: Mon Jun 09 02:31:37 UTC 2025 - 2.8K bytes - Viewed (0) -
B::Deparse.txt
# B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...perldoc.perl.org/B::Deparse.txtRegistered: Sun Jun 08 00:18:47 UTC 2025 - 216.1K bytes - Viewed (0) -
CPAN::HandleConfig.txt
package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...perldoc.perl.org/CPAN::HandleConfig.txtRegistered: Sun Jun 08 00:52:03 UTC 2025 - 23.6K bytes - Viewed (0) -
AutoSplit.txt
package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...perldoc.perl.org/AutoSplit.txtRegistered: Sat Jun 07 23:32:58 UTC 2025 - 19.2K bytes - Viewed (0) -
CPAN::Meta::Requirements::Range.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...perldoc.perl.org/CPAN::Meta::Requirements::Range.txtRegistered: Sat Jun 07 23:03:26 UTC 2025 - 19.3K bytes - Viewed (0) -
utf8.txt
package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...perldoc.perl.org/utf8.txtRegistered: Sat Jun 07 23:56:42 UTC 2025 - 10.6K bytes - Viewed (0) -
Test2::Tools::Refcount.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, 2008-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/Test2::Tools::Refcount.txtRegistered: Sat Jun 07 23:17:28 UTC 2025 - 8.6K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...perldoc.perl.org/ExtUtils::MM_AIX.txtRegistered: Sun Jun 08 01:47:31 UTC 2025 - 1.5K bytes - Viewed (0) -
CPAN::API::HOWTO.txt
=head1 NAME CPAN::API::HOWTO - a recipe book for programming with CPAN.pm =head1 RECIPES All of these recipes assume that you have put "use CPAN" at the top of your program. =head2 What distributio...perldoc.perl.org/CPAN::API::HOWTO.txtRegistered: Sun Jun 08 00:57:23 UTC 2025 - 1K bytes - Viewed (0) -
ops.txt
package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...perldoc.perl.org/ops.txtRegistered: Sun Jun 08 00:27:38 UTC 2025 - 997 bytes - Viewed (0)