- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 1,306 for label:perl (0.03 sec)
-
TAP::Parser::Result::Plan.txt
package TAP::Parser::Result::Plan; use strict; use warnings; use base 'TAP::Parser::Result'; =head1 NAME TAP::Parser::Result::Plan - Plan result token. =head1 VERSION Version 3.48 =cut our $VERSION...perldoc.perl.org/TAP::Parser::Result::Plan.txtRegistered: Sat Apr 05 15:40:47 UTC 2025 - 2K bytes - Viewed (0) -
TAP::Parser::Scheduler::Spinner.txt
package TAP::Parser::Scheduler::Spinner; use strict; use warnings; use Carp; =head1 NAME TAP::Parser::Scheduler::Spinner - A no-op job. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =head...perldoc.perl.org/TAP::Parser::Scheduler::Spinner.txtRegistered: Sat Apr 05 16:46:41 UTC 2025 - 990 bytes - Viewed (0) -
CPAN::Meta.txt
use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...perldoc.perl.org/CPAN::Meta.txtRegistered: Sat Apr 12 20:59:20 UTC 2025 - 29.6K bytes - Viewed (0) -
CPAN::Meta::History::Meta_1_4.txt
=for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txtRegistered: Sat Apr 12 23:10:01 UTC 2025 - 18.6K bytes - Viewed (0) -
Archive::Tar::File.txt
package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...perldoc.perl.org/Archive::Tar::File.txtRegistered: Sat Apr 12 20:37:56 UTC 2025 - 18.4K bytes - Viewed (0) -
AutoLoader.txt
package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...perldoc.perl.org/AutoLoader.txtRegistered: Sat Apr 12 20:22:27 UTC 2025 - 15.4K bytes - Viewed (0) -
base.txt
use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...perldoc.perl.org/base.txtRegistered: Sat Apr 12 18:12:57 UTC 2025 - 10.7K bytes - Viewed (0) -
sigtrap.txt
package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...perldoc.perl.org/sigtrap.txtRegistered: Sat Apr 12 18:06:36 UTC 2025 - 8.5K bytes - Viewed (0) -
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Sat Apr 12 18:49:44 UTC 2025 - 2.6K bytes - Viewed (0) -
Config::Extensions.txt
package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...perldoc.perl.org/Config::Extensions.txtRegistered: Sat Apr 12 22:57:50 UTC 2025 - 1.3K bytes - Viewed (0)