- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 1,302 for label:perl (0.04 sec)
-
Carp.txt
package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Fri Apr 04 00:41:41 UTC 2025 - 35.2K bytes - Viewed (0) -
B::Op_private.txt
# -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...perldoc.perl.org/B::Op_private.txtRegistered: Fri Apr 04 01:40:38 UTC 2025 - 41K bytes - Viewed (0) -
CPAN::Meta::Validator.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...perldoc.perl.org/CPAN::Meta::Validator.txtRegistered: Fri Apr 04 05:58:54 UTC 2025 - 33.1K bytes - Viewed (0) -
Devel::Peek.txt
# Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.34'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...perldoc.perl.org/Devel::Peek.txtRegistered: Fri Apr 04 07:27:58 UTC 2025 - 17.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_3.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_3 - Version 1.3 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_3.txtRegistered: Fri Apr 04 07:50:59 UTC 2025 - 18.1K bytes - Viewed (0) -
App::Prove.txt
package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...perldoc.perl.org/App::Prove.txtRegistered: Fri Apr 04 01:10:21 UTC 2025 - 18.2K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.58_01'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest...perldoc.perl.org/Digest::MD5.txtRegistered: Fri Apr 04 07:06:13 UTC 2025 - 10.7K bytes - Viewed (0) -
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtRegistered: Fri Apr 04 06:21:30 UTC 2025 - 2K bytes - Viewed (0) -
diagnostics.txt
package diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; diagnostics->e...perldoc.perl.org/diagnostics.txtRegistered: Tue Apr 01 15:22:14 UTC 2025 - 18.9K bytes - Viewed (0) -
perlopenbsd.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....perldoc.perl.org/perlopenbsd.txtRegistered: Tue Apr 01 15:16:11 UTC 2025 - 1.2K bytes - Viewed (0)