- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 2,621 for host:perldoc.perl.org (0.08 sec)
-
Test2::Tools::Target.txt
package Test2::Tools::Target; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak/; use Test2::Util qw/pkg_to_file/; sub import { my $class = shift; my $caller = caller; $class->...perldoc.perl.org/Test2::Tools::Target.txtRegistered: Tue Jul 01 17:59:15 UTC 2025 - 2K bytes - Viewed (0) -
Test2::Require::ReleaseTesting.txt
package Test2::Require::ReleaseTesting; use strict; use warnings; use base 'Test2::Require'; our $VERSION = '0.000162'; sub skip { my $class = shift; return undef if $ENV{'RELEASE_TESTING'}; return...perldoc.perl.org/Test2::Require::ReleaseTesting.txtRegistered: Tue Jul 01 19:42:25 UTC 2025 - 1.2K bytes - Viewed (0) -
perlrecharclass.txt
=head1 NAME X<character class> perlrecharclass - Perl Regular Expression Character Classes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This ...perldoc.perl.org/perlrecharclass.txt Similar Results (1)Registered: Wed Jul 02 11:06:50 UTC 2025 - 47.7K bytes - Viewed (0) -
perlrebackslash.txt
=head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...perldoc.perl.org/perlrebackslash.txtRegistered: Wed Jul 02 11:55:32 UTC 2025 - 32.4K bytes - Viewed (0) -
Test::Tester.txt
use strict; package Test::Tester; BEGIN { if (*Test::Builder::new{CODE}) { warn "You should load Test::Tester before Test::Builder (or anything that loads Test::Builder)" } } use Test::Builder; use...perldoc.perl.org/Test::Tester.txtRegistered: Wed Jul 02 09:51:43 UTC 2025 - 17.9K bytes - Viewed (0) -
Test::Harness::Beyond.txt
=head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...perldoc.perl.org/Test::Harness::Beyond.txtRegistered: Wed Jul 02 09:34:15 UTC 2025 - 15.2K bytes - Viewed (0) -
quotemeta.txt
=over =item quotemeta EXPR X<quotemeta> X<metacharacter> =item quotemeta Returns the value of EXPR with all the ASCII non-"word" characters backslashed. (That is, all ASCII characters not matching ...perldoc.perl.org/functions/quotemeta.txtRegistered: Wed Jul 02 20:21:30 UTC 2025 - 4.8K bytes - Viewed (0) -
substr.txt
=over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...perldoc.perl.org/functions/substr.txtRegistered: Wed Jul 02 20:27:02 UTC 2025 - 3.3K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Wed Jul 02 09:19:16 UTC 2025 - 1.3K bytes - Viewed (0) -
ucfirst.txt
=over =item ucfirst EXPR X<ucfirst> X<uppercase> =item ucfirst Returns the value of EXPR with the B<first> character in uppercase (Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses...perldoc.perl.org/functions/ucfirst.txtRegistered: Wed Jul 02 21:14:31 UTC 2025 - 542 bytes - Viewed (0)