- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 941 - 950 of 1,306 for label:perl (0.05 sec)
-
enc2xs.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking...perldoc.perl.org/enc2xs.txtRegistered: Sat Apr 19 21:05:12 UTC 2025 - 41K 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 Apr 20 02:03:50 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: Sat Apr 19 21:08:54 UTC 2025 - 21.8K bytes - Viewed (0) -
Class::Struct.txt
package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...perldoc.perl.org/Class::Struct.txtRegistered: Sun Apr 20 03:36:49 UTC 2025 - 19.9K bytes - Viewed (0) -
ExtUtils::Installed.txt
use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...perldoc.perl.org/ExtUtils::Installed.txtRegistered: Sat Apr 19 20:33:10 UTC 2025 - 14K bytes - Viewed (0) -
App::Prove::State::Result.txt
package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...perldoc.perl.org/App::Prove::State::Result.txtRegistered: Sun Apr 20 05:06:26 UTC 2025 - 4.8K bytes - Viewed (0) -
podchecker.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-2...perldoc.perl.org/podchecker.txtRegistered: Sat Apr 19 22:18:55 UTC 2025 - 3.7K bytes - Viewed (0) -
warnings::register.txt
package warnings::register 1.06; require warnings; # left here as cruft in case other users were using this undocumented routine # -- rjbs, 2010-09-08 sub mkMask { my ($bit) = @_; my $mask = ""; ve...perldoc.perl.org/warnings::register.txtRegistered: Sun Apr 20 00:01:29 UTC 2025 - 768 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 Apr 20 13:37:16 UTC 2025 - 43K bytes - Viewed (0) -
CPAN::Meta::Converter.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...perldoc.perl.org/CPAN::Meta::Converter.txtRegistered: Sun Apr 20 11:26:11 UTC 2025 - 48.8K bytes - Viewed (0)