- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2911 - 2920 of 3,813 for filetype:txt (0.04 sec)
-
attributes.txt
package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...perldoc.perl.org/attributes.txtRegistered: Sun May 11 06:47:43 UTC 2025 - 16K bytes - Viewed (0) -
mro.txt
# mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...perldoc.perl.org/mro.txtRegistered: Sun May 11 05:47:27 UTC 2025 - 9.6K bytes - Viewed (0) -
experimental.txt
package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...perldoc.perl.org/experimental.txtRegistered: Sun May 11 07:25:20 UTC 2025 - 8.7K bytes - Viewed (0) -
if.txt
package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...perldoc.perl.org/if.txtRegistered: Sun May 11 05:18:30 UTC 2025 - 3.5K bytes - Viewed (0) -
Encode::JP::H2Z.txt
# # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...perldoc.perl.org/Encode::JP::H2Z.txtRegistered: Sun May 11 10:04:55 UTC 2025 - 5K bytes - Viewed (0) -
CPAN::Kwalify.txt
=head1 NAME CPAN::Kwalify - Interface between CPAN.pm and Kwalify.pm =head1 SYNOPSIS use CPAN::Kwalify; validate($schema_name, $data, $file, $doc); =head1 DESCRIPTION =over =item _validate($schema_...perldoc.perl.org/CPAN::Kwalify.txtRegistered: Sun May 11 09:19:34 UTC 2025 - 3.3K bytes - Viewed (0) -
blib.txt
package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...perldoc.perl.org/blib.txtRegistered: Sun May 11 05:16:58 UTC 2025 - 2K bytes - Viewed (0) -
Compress::Zlib.txt
package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.212 ; use Compress::Raw::Zlib 2.212 ; use IO::Co...perldoc.perl.org/Compress::Zlib.txtRegistered: Sun May 11 13:40:12 UTC 2025 - 43K bytes - Viewed (0) -
Attribute::Handlers.txt
package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...perldoc.perl.org/Attribute::Handlers.txtRegistered: Sun May 11 14:59:00 UTC 2025 - 32.1K bytes - Viewed (0) -
Digest::SHA.txt
package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...perldoc.perl.org/Digest::SHA.txtRegistered: Sun May 11 14:12:17 UTC 2025 - 21.8K bytes - Viewed (0)