- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 1,302 for label:perl (0.03 sec)
-
Test2::Event::Fail.txt
package Test2::Event::Fail; use strict; use warnings; our $VERSION = '1.302199'; use Test2::EventFacet::Info; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event); *META_KEY = \&Test2::Util::E...perldoc.perl.org/Test2::Event::Fail.txtRegistered: Sun Nov 17 19:21:53 UTC 2024 - 2K bytes - Viewed (0) -
Test2::Compare::Scalar.txt
package Test2::Compare::Scalar; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/item/; use Carp qw/croak confess/; use Scalar::Uti...perldoc.perl.org/Test2::Compare::Scalar.txtRegistered: Sun Nov 17 23:14:55 UTC 2024 - 2K bytes - Viewed (0) -
Test2::EventFacet::Hub.txt
package Test2::EventFacet::Hub; use strict; use warnings; our $VERSION = '1.302199'; sub is_list { 1 } sub facet_key { 'hubs' } BEGIN { require Test2::EventFacet; our @ISA = qw(Test2::EventFacet) }...perldoc.perl.org/Test2::EventFacet::Hub.txtRegistered: Sun Nov 17 23:01:51 UTC 2024 - 1.8K bytes - Viewed (0) -
Test2::Event::Exception.txt
package Test2::Event::Exception; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{error}; sub init { my ...perldoc.perl.org/Test2::Event::Exception.txtRegistered: Sun Nov 17 21:53:19 UTC 2024 - 1.7K bytes - Viewed (0) -
Test2::Compare::Event.txt
package Test2::Compare::Event; use strict; use warnings; use Scalar::Util qw/blessed/; use Test2::Compare::EventMeta(); use base 'Test2::Compare::Object'; our $VERSION = '0.000162'; use Test2::Util...perldoc.perl.org/Test2::Compare::Event.txtRegistered: Sun Nov 17 22:35:28 UTC 2024 - 1.3K bytes - Viewed (0) -
$^V.txt
=over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...perldoc.perl.org/variables/$^V.txtRegistered: Tue Nov 19 05:46:41 UTC 2024 - 1.6K bytes - Viewed (0) -
@{^CAPTURE}.txt
=over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...perldoc.perl.org/variables/@{^CAPTURE}.txtRegistered: Tue Nov 19 01:45:48 UTC 2024 - 1.2K bytes - Viewed (0) -
$^N.txt
=over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...perldoc.perl.org/variables/$^N.txtRegistered: Tue Nov 19 02:34:25 UTC 2024 - 1009 bytes - Viewed (0) -
$;.txt
=over =item $SUBSCRIPT_SEPARATOR =item $SUBSEP =item $; X<$;> X<$SUBSEP> X<SUBSCRIPT_SEPARATOR> The subscript separator for multidimensional array emulation. If you refer to a hash element as $foo{...perldoc.perl.org/variables/$;.txtRegistered: Tue Nov 19 03:37:56 UTC 2024 - 658 bytes - Viewed (0) -
${^POSTMATCH}.txt
=over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...perldoc.perl.org/variables/${^POSTMATCH}.txtRegistered: Tue Nov 19 06:19:42 UTC 2024 - 510 bytes - Viewed (0)