- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1941 - 1950 of 2,638 for host:perldoc.perl.org (0.06 sec)
-
Test2::Event::Plan.txt
package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{max directive reason}; use ...perldoc.perl.org/Test2::Event::Plan.txtRegistered: Sat Jul 12 11:09:18 UTC 2025 - 3.3K bytes - Viewed (0) -
Term::Table::LineBreak.txt
package Term::Table::LineBreak; use strict; use warnings; our $VERSION = '0.024'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use Term::Table::Util qw/uni_length/; use Term::Table::HashBase q...perldoc.perl.org/Term::Table::LineBreak.txtRegistered: Sat Jul 12 11:23:32 UTC 2025 - 2.6K bytes - Viewed (0) -
Test::Harness::Beyond - Beyond make test - Perl...
Test::Harness::Beyond ( source , CPAN ) CONTENTS NAME Beyond make test Saved State Parallel Testing Non-Perl Tests Mi...perldoc.perl.org/Test::Harness::BeyondRegistered: Fri Jun 27 11:39:03 UTC 2025 - 35.2K bytes - Viewed (0) -
%SIG.txt
=over =item %SIG X<%SIG> The hash C<%SIG> contains signal handlers for signals. For example: sub handler { # 1st argument is signal name my($sig) = @_; print "Caught a SIG$sig--shutting down\n"; cl...perldoc.perl.org/variables/%SIG.txtRegistered: Fri Jun 27 20:23:02 UTC 2025 - 4.6K bytes - Viewed (0) -
${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txt
=over =item ${^MAX_NESTED_EVAL_BEGIN_BLOCKS} This variable determines the maximum number C<eval EXPR>/C<BEGIN> or C<require>/C<BEGIN> block nesting that is allowed. This means it also controls the ...perldoc.perl.org/variables/${^MAX_NESTED_EVAL_BEGIN_BLOCKS}.txtRegistered: Fri Jun 27 20:15:26 UTC 2025 - 1.9K bytes - Viewed (0) -
$$.txt
=over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...perldoc.perl.org/variables/$$.txtRegistered: Fri Jun 27 15:23:59 UTC 2025 - 1.2K bytes - Viewed (0) -
$INC.txt
=over =item $INC X<$INC> As of 5.37.7 when an C<@INC> hook is executed the index of the C<@INC> array that holds the hook will be localized into the C<$INC> variable. When the hook returns the inte...perldoc.perl.org/variables/$INC.txtRegistered: Fri Jun 27 18:30:37 UTC 2025 - 801 bytes - Viewed (0) -
%INC.txt
=over =item %INC X<%INC> The hash C<%INC> contains entries for each filename included via the C<do>, C<require>, or C<use> operators. The key is the filename you specified (with module names conver...perldoc.perl.org/variables/%INC.txtRegistered: Fri Jun 27 17:36:25 UTC 2025 - 681 bytes - Viewed (0) -
${^RE_COMPILE_RECURSION_LIMIT}.txt
=over =item ${^RE_COMPILE_RECURSION_LIMIT} X<${^RE_COMPILE_RECURSION_LIMIT}> The current value giving the maximum number of open but unclosed parenthetical groups there may be at any point during a...perldoc.perl.org/variables/${^RE_COMPILE_RECURSION_LIMIT}.txtRegistered: Fri Jun 27 15:42:00 UTC 2025 - 404 bytes - Viewed (0) -
${^LAST_FH}.txt
=over =item ${^LAST_FH} X<${^LAST_FH}> This read-only variable contains a reference to the last-read filehandle. This is set by C<< <HANDLE> >>, C<readline>, C<tell>, C<eof> and C<seek>. This is th...perldoc.perl.org/variables/${^LAST_FH}.txtRegistered: Fri Jun 27 19:04:59 UTC 2025 - 415 bytes - Viewed (0)