- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 371 - 380 of 1,302 for label:perl (0.04 sec)
-
Test2::Util::Facets2Legacy.txt
package Test2::Util::Facets2Legacy; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/croak confess/; use Scalar::Util qw/blessed/; use base 'Exporter'; our @EXPORT_OK = qw{ causes_f...perldoc.perl.org/Test2::Util::Facets2Legacy.txtRegistered: Mon Nov 18 10:27:40 UTC 2024 - 6.7K 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: Mon Nov 18 11:40:31 UTC 2024 - 3.6K bytes - Viewed (0) -
Test2::Manual::Tooling.txt
package Test2::Manual::Tooling; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =head1 NAME Test2::Manual::Tooling - Manual page for tool authors. =head1 DESCRIPTION This section co...perldoc.perl.org/Test2::Manual::Tooling.txtRegistered: Mon Nov 18 07:49:52 UTC 2024 - 2.5K bytes - Viewed (0) -
Test2::Require::Threads.txt
package Test2::Require::Threads; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; use Test2::Util qw/CAN_THREAD/; sub skip { return undef if CAN_THREAD; return "This ...perldoc.perl.org/Test2::Require::Threads.txtRegistered: Mon Nov 18 05:22:12 UTC 2024 - 2.1K bytes - Viewed (0) -
Test2::Plugin::DieOnFail.txt
package Test2::Plugin::DieOnFail; use strict; use warnings; our $VERSION = '0.000162'; use Test2::API qw/test2_add_callback_context_release/; my $LOADED = 0; sub import { return if $LOADED++; test2...perldoc.perl.org/Test2::Plugin::DieOnFail.txtRegistered: Mon Nov 18 09:29:19 UTC 2024 - 1.4K 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: Mon Nov 18 06:10:16 UTC 2024 - 1.5K bytes - Viewed (0) -
perlvar.txt
=head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...perldoc.perl.org/perlvar.txtRegistered: Tue Nov 19 01:01:28 UTC 2024 - 91K bytes - Viewed (0) -
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: Tue Nov 19 00:00:47 UTC 2024 - 61.1K 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: Mon Nov 18 23:11:54 UTC 2024 - 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: Mon Nov 18 23:04:40 UTC 2024 - 8.1K bytes - Viewed (0)