- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3171 - 3180 of 3,463 for filetype:txt (0.04 sec)
-
Pod::Simple::Checker.txt
# A quite dimwitted pod2plaintext that need only know how to format whatever # text comes out of Pod::BlackBox's _gen_errata package Pod::Simple::Checker; use strict; use warnings; use Carp (); use...perldoc.perl.org/Pod::Simple::Checker.txtRegistered: Thu Jun 19 09:12:51 UTC 2025 - 5.3K bytes - Viewed (0) -
Search::Dict.txt
package Search::Dict; require 5.000; require Exporter; my $fc_available; BEGIN { $fc_available = '5.015008'; if ( $] ge $fc_available ) { require feature; 'feature'->import('fc'); # string avoids w...perldoc.perl.org/Search::Dict.txtRegistered: Thu Jun 19 10:46:18 UTC 2025 - 3.3K bytes - Viewed (0) -
Pod::Perldoc::ToPod.txt
package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...perldoc.perl.org/Pod::Perldoc::ToPod.txtRegistered: Thu Jun 19 08:52:35 UTC 2025 - 1.9K bytes - Viewed (0) -
Unicode::Collate::CJK::Korean.txt
package Unicode::Collate::CJK::Korean; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %jamo2prim = ( '1100', 0x4175, '1101', 0x4176, '1102', 0x4177, '1103', 0x4178, '1105', 0x417A, ...perldoc.perl.org/Unicode::Collate::CJK::Korean.txtRegistered: Sat Jun 21 03:48:57 UTC 2025 - 47.5K bytes - Viewed (0) -
Unicode::Collate::CJK::JISX0208.txt
package Unicode::Collate::CJK::JISX0208; 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) { n...perldoc.perl.org/Unicode::Collate::CJK::JISX0208.txtRegistered: Sat Jun 21 03:37:58 UTC 2025 - 32K bytes - Viewed (0) -
h2xs.txt
#!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...perldoc.perl.org/h2xs.txtRegistered: Sat Jun 21 08:58:54 UTC 2025 - 59.6K bytes - Viewed (0) -
Test::Builder.txt
package Test::Builder; use 5.006; use strict; use warnings; our $VERSION = '1.302199'; BEGIN { if( $] < 5.008 ) { require Test::Builder::IO::Scalar; } } use Scalar::Util qw/blessed reftype weaken/;...perldoc.perl.org/Test::Builder.txtRegistered: Sat Jun 21 03:06:54 UTC 2025 - 63.5K bytes - Viewed (0) -
VMS::Filespec.txt
# Perl hooks into the routines in vms.c for interconversion # of VMS and Unix file specification syntax. # # Version: see $VERSION below # Author: Charles Bailey bailey@newman.upenn.edu # Revised: ...perldoc.perl.org/VMS::Filespec.txtRegistered: Sat Jun 21 05:52:21 UTC 2025 - 15.4K bytes - Viewed (0) -
Test2::Tools::Mock.txt
package Test2::Tools::Mock; use strict; use warnings; use Carp qw/croak/; use Scalar::Util qw/blessed reftype weaken/; use Test2::Util qw/try/; use Test2::Util::Sub qw/gen_accessor gen_reader gen_w...perldoc.perl.org/Test2::Tools::Mock.txtRegistered: Sat Jun 21 04:19:56 UTC 2025 - 12.6K bytes - Viewed (0) -
Text::Wrap.txt
use strict; use warnings; package Text::Wrap; use warnings::register; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( wrap fill ); our @EXPORT_OK = qw( $columns $break $h...perldoc.perl.org/Text::Wrap.txtRegistered: Sat Jun 21 05:37:26 UTC 2025 - 8.7K bytes - Viewed (0)