- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 3,809 for filetype:txt (0.04 sec)
-
pl2pm.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...perldoc.perl.org/pl2pm.txtRegistered: Mon Apr 07 11:12:15 UTC 2025 - 4.5K bytes - Viewed (0) -
json_pp.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...perldoc.perl.org/json_pp.txtRegistered: Mon Apr 07 11:25:44 UTC 2025 - 4.9K bytes - Viewed (0) -
pod2usage.txt
#!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 ...perldoc.perl.org/pod2usage.txtRegistered: Mon Apr 07 12:02:11 UTC 2025 - 4K bytes - Viewed (0) -
Time::localtime.txt
package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...perldoc.perl.org/Time::localtime.txtRegistered: Mon Apr 07 09:22:19 UTC 2025 - 2.3K bytes - Viewed (0) -
Unicode::Collate::CJK::Zhuyin.txt
package Unicode::Collate::CJK::Zhuyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...perldoc.perl.org/Unicode::Collate::CJK::Zhuyin.txtRegistered: Mon Apr 07 06:45:32 UTC 2025 - 110K bytes - Viewed (0) -
Test::More.txt
package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...perldoc.perl.org/Test::More.txtRegistered: Sun Apr 06 19:34:59 UTC 2025 - 53.1K 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: Sun Apr 06 19:27:52 UTC 2025 - 15.2K bytes - Viewed (0) -
Tie::Array.txt
package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...perldoc.perl.org/Tie::Array.txtRegistered: Mon Apr 07 00:31:15 UTC 2025 - 7.1K bytes - Viewed (0) -
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302199'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Sun Apr 06 20:19:16 UTC 2025 - 4.3K bytes - Viewed (0) -
Test2::Tools::Exports.txt
package Test2::Tools::Exports; use strict; use warnings; our $VERSION = '0.000162'; use Carp qw/croak carp/; use Test2::API qw/context/; use Test2::Util::Stash qw/get_symbol/; our @EXPORT = qw/impo...perldoc.perl.org/Test2::Tools::Exports.txtRegistered: Sun Apr 06 21:25:44 UTC 2025 - 3.9K bytes - Viewed (0)