- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4601 - 4610 of 6,206 for content_length:[0 TO 9999] (0.07 sec)
-
TAP::Parser::SourceHandler::Perl.txt
package TAP::Parser::SourceHandler::Perl; use strict; use warnings; use Config; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Parser::Iterato...perldoc.perl.org/TAP::Parser::SourceHandler::Perl.txtRegistered: Sat Nov 09 08:59:37 UTC 2024 - 9.3K bytes - Viewed (0) -
Term::Complete.txt
package Term::Complete; require 5.000; require Exporter; use strict; our @ISA = qw(Exporter); our @EXPORT = qw(Complete); our $VERSION = '1.403'; # @(#)complete.pl,v1.2 (me@anywhere.EBay.Sun.COM) 0...perldoc.perl.org/Term::Complete.txtRegistered: Sat Nov 09 09:54:03 UTC 2024 - 4.4K bytes - Viewed (0) -
Test2::Compare::Custom.txt
package Test2::Compare::Custom; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/code name operator stringify_got/; use Carp qw/cro...perldoc.perl.org/Test2::Compare::Custom.txtRegistered: Sat Nov 09 09:13:50 UTC 2024 - 3.4K bytes - Viewed (0) -
TAP::Formatter::Color.txt
package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...perldoc.perl.org/TAP::Formatter::Color.txtRegistered: Sat Nov 09 07:52:39 UTC 2024 - 2.3K bytes - Viewed (0) -
TAP::Parser::SourceHandler::Handle.txt
package TAP::Parser::SourceHandler::Handle; use strict; use warnings; use TAP::Parser::IteratorFactory (); use TAP::Parser::Iterator::Stream (); use base 'TAP::Parser::SourceHandler'; TAP::Parser::...perldoc.perl.org/TAP::Parser::SourceHandler::Handle.txtRegistered: Sat Nov 09 10:39:34 UTC 2024 - 2.6K bytes - Viewed (0) -
Test2::AsyncSubtest::Event::Detach.txt
package Test2::AsyncSubtest::Event::Detach; use strict; use warnings; our $VERSION = '0.000162'; use base 'Test2::Event'; use Test2::Util::HashBase qw/id/; sub no_display { 1 } sub callback { my $s...perldoc.perl.org/Test2::AsyncSubtest::Event::Detach.txtRegistered: Sat Nov 09 09:27:19 UTC 2024 - 1.7K bytes - Viewed (0) -
XS::APItest.txt
package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...perldoc.perl.org/XS::APItest.txtRegistered: Sun Nov 10 17:09:31 UTC 2024 - 8.3K bytes - Viewed (0) -
$0.txt
=over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...perldoc.perl.org/variables/$0.txtRegistered: Sun Nov 10 18:47:28 UTC 2024 - 2.3K bytes - Viewed (0) -
%ENV.txt
=over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...perldoc.perl.org/variables/%ENV.txtRegistered: Sun Nov 10 20:16:41 UTC 2024 - 746 bytes - Viewed (0) -
@ARGV.txt
=over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...perldoc.perl.org/variables/@ARGV.txtRegistered: Sun Nov 10 18:20:27 UTC 2024 - 293 bytes - Viewed (0)