- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 1,302 for label:perl (0.03 sec)
-
Test::Simple.txt
package Test::Simple; use 5.006; use strict; our $VERSION = '1.302199'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...perldoc.perl.org/Test::Simple.txtRegistered: Tue Mar 25 03:45:33 UTC 2025 - 6.3K bytes - Viewed (0) -
Text::ParseWords.txt
package Text::ParseWords; use strict; use warnings; require 5.006; our $VERSION = "3.31"; use Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(shellwords quotewords nested_quotewords parse_line)...perldoc.perl.org/Text::ParseWords.txtRegistered: Tue Mar 25 04:21:10 UTC 2025 - 8.1K bytes - Viewed (0) -
Thread::Semaphore.txt
package Thread::Semaphore; use strict; use warnings; our $VERSION = '2.13'; $VERSION = eval $VERSION; use threads::shared; use Scalar::Util 1.10 qw(looks_like_number); # Predeclarations for interna...perldoc.perl.org/Thread::Semaphore.txtRegistered: Tue Mar 25 04:31:00 UTC 2025 - 7.4K bytes - Viewed (0) -
Tie::Handle.txt
package Tie::Handle; use 5.006_001; our $VERSION = '4.3'; # Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility # loading Tie::Handle has to make Tie::StdHandle available. use...perldoc.perl.org/Tie::Handle.txtRegistered: Tue Mar 25 01:37:11 UTC 2025 - 4.1K bytes - Viewed (0) -
Test2::Workflow::Build.txt
package Test2::Workflow::Build; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Workflow::Task::Group; our @BUILD_FIELDS; BEGIN { @BUILD_FIELDS = qw{ primary variant setup teardown ...perldoc.perl.org/Test2::Workflow::Build.txtRegistered: Tue Mar 25 01:14:57 UTC 2025 - 3.6K bytes - Viewed (0) -
Text::Abbrev.txt
package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; our $VERSION = '1.02'; =head1 NAME Text::Abbrev - abbrev - create an abbreviation table from a list ...perldoc.perl.org/Text::Abbrev.txtRegistered: Tue Mar 25 03:23:11 UTC 2025 - 2K bytes - Viewed (0) -
Tie::Hash::NamedCapture.txt
use strict; package Tie::Hash::NamedCapture; our $VERSION = "0.13"; __END__ =head1 NAME Tie::Hash::NamedCapture - Named regexp capture buffers =head1 SYNOPSIS tie my %hash, "Tie::Hash::NamedCapture...perldoc.perl.org/Tie::Hash::NamedCapture.txtRegistered: Tue Mar 25 03:17:29 UTC 2025 - 1.5K bytes - Viewed (0) -
GDBM_File.txt
# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Sat Mar 22 19:22:48 UTC 2025 - 20.2K bytes - Viewed (0) -
Module::CoreList::Utils.txt
package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20250118_40'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa...perldoc.perl.org/Module::CoreList::Utils.txtRegistered: Sat Mar 22 21:07:46 UTC 2025 - 39.4K bytes - Viewed (0) -
FileCache.txt
package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...perldoc.perl.org/FileCache.txtRegistered: Sat Mar 22 20:19:23 UTC 2025 - 5.4K bytes - Viewed (0)