- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3251 - 3260 of 3,417 for filetype:txt (0.05 sec)
-
App::Cpan.txt
package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...perldoc.perl.org/App::Cpan.txtRegistered: Fri Feb 14 06:26:53 UTC 2025 - 39.7K bytes - Viewed (0) -
Compress::Raw::Zlib.txt
package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...perldoc.perl.org/Compress::Raw::Zlib.txtRegistered: Fri Feb 14 09:01:39 UTC 2025 - 47.9K 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: Fri Feb 14 07:35:43 UTC 2025 - 8.6K bytes - Viewed (0) -
App::Prove::State.txt
package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...perldoc.perl.org/App::Prove::State.txtRegistered: Fri Feb 14 08:46:26 UTC 2025 - 11.4K bytes - Viewed (0) -
autouse.txt
package autouse; #use strict; # debugging only use 5.006; # use warnings $autouse::VERSION = '1.11'; $autouse::DEBUG ||= 0; sub vet_import ($); sub croak { require Carp; Carp::croak(@_); } sub impo...perldoc.perl.org/autouse.txtRegistered: Fri Feb 14 09:23:14 UTC 2025 - 4.1K bytes - Viewed (0) -
vmsish.txt
package vmsish; our $VERSION = '1.04'; =head1 NAME vmsish - Perl pragma to control VMS-specific language features =head1 SYNOPSIS use vmsish; use vmsish 'status'; # or '$?' use vmsish 'exit'; use v...perldoc.perl.org/vmsish.txtRegistered: Fri Feb 14 08:03:52 UTC 2025 - 4.2K 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: Fri Feb 14 06:12:34 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: Fri Feb 14 09:25:35 UTC 2025 - 997 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: Fri Feb 14 11:12:26 UTC 2025 - 23.6K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Fri Feb 14 10:33:01 UTC 2025 - 20.1K bytes - Viewed (0)