- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,306 for label:perl (0.02 sec)
-
Win32.txt
package Win32; # BEGIN { use strict; use vars qw|$VERSION $XS_VERSION @ISA @EXPORT @EXPORT_OK|; require Exporter; require DynaLoader; @ISA = qw|Exporter DynaLoader|; $VERSION = '0.59'; $XS_VERSION ...perldoc.perl.org/Win32.txtRegistered: Wed May 14 22:24:34 UTC 2025 - 61.1K bytes - Viewed (0) -
Test::Builder::IO::Scalar.txt
package Test::Builder::IO::Scalar; =head1 NAME Test::Builder::IO::Scalar - A copy of IO::Scalar for Test::Builder =head1 DESCRIPTION This is a copy of L<IO::Scalar> which ships with L<Test::Builder...perldoc.perl.org/Test::Builder::IO::Scalar.txtRegistered: Wed May 14 19:27:41 UTC 2025 - 13.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: Wed May 14 22:29:01 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: Wed May 14 19:36:04 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: Wed May 14 10:50:21 UTC 2025 - 4.1K bytes - Viewed (0) -
Test2::Workflow::Task.txt
package Test2::Workflow::Task; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API(); use Test2::Event::Exception(); use List::Util qw/min max/; use Scalar::Util qw/blessed/; use Ca...perldoc.perl.org/Test2::Workflow::Task.txtRegistered: Wed May 14 21:53:03 UTC 2025 - 3.8K 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: Wed May 14 10:22:53 UTC 2025 - 3.6K bytes - Viewed (0) -
Test2::Tools::Encoding.txt
package Test2::Tools::Encoding; use strict; use warnings; use Carp qw/croak/; use Test2::API qw/test2_stack/; use base 'Exporter'; our $VERSION = '0.000162'; our @EXPORT = qw/set_encoding/; sub set...perldoc.perl.org/Test2::Tools::Encoding.txtRegistered: Wed May 14 09:13:47 UTC 2025 - 1.5K 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: Wed May 14 20:30:00 UTC 2025 - 1.5K bytes - Viewed (0) -
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: Thu May 15 00:24:04 UTC 2025 - 6.3K bytes - Viewed (0)