- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1431 - 1440 of 3,197 for filetype:txt (0.05 sec)
-
Test2::Plugin.txt
package Test2::Plugin; use strict; use warnings; our $VERSION = '0.000162'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Plugin - Documentation for plugins =head1 DESCRIPTION Plugins are pack...perldoc.perl.org/Test2::Plugin.txtRegistered: Mon Nov 18 12:33:27 UTC 2024 - 1.8K bytes - Viewed (0) -
Unicode::Collate::CJK::Big5.txt
package Unicode::Collate::CJK::Big5; 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) { next ...perldoc.perl.org/Unicode::Collate::CJK::Big5.txtRegistered: Mon Nov 18 21:36:12 UTC 2024 - 64.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: Mon Nov 18 23:18:34 UTC 2024 - 47.5K bytes - Viewed (0) -
Unicode::Collate.txt
package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...perldoc.perl.org/Unicode::Collate.txtRegistered: Mon Nov 18 22:50:18 UTC 2024 - 64.1K 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: Mon Nov 18 21:10:15 UTC 2024 - 8.7K bytes - Viewed (0) -
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Tue Nov 19 00:27:56 UTC 2024 - 8.3K bytes - Viewed (0) -
Tie::Memoize.txt
use strict; package Tie::Memoize; use Tie::Hash; our @ISA = 'Tie::ExtraHash'; our $VERSION = '1.1'; our $exists_token = \undef; sub croak {require Carp; goto &Carp::croak} # Format: [0: STORAGE, 1:...perldoc.perl.org/Tie::Memoize.txtRegistered: Mon Nov 18 22:05:32 UTC 2024 - 4.2K bytes - Viewed (0) -
Tie::StdHandle.txt
package Tie::StdHandle; use strict; use Tie::Handle; our @ISA = 'Tie::Handle'; our $VERSION = '4.6'; =head1 NAME Tie::StdHandle - base class definitions for tied handles =head1 SYNOPSIS package New...perldoc.perl.org/Tie::StdHandle.txtRegistered: Mon Nov 18 21:44:37 UTC 2024 - 1.4K bytes - Viewed (0) -
h2xs.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...perldoc.perl.org/h2xs.txtRegistered: Fri Nov 22 12:58:24 UTC 2024 - 59.6K bytes - Viewed (0) -
cpan.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/local/bin/perl BEGIN { ...perldoc.perl.org/cpan.txtRegistered: Fri Nov 22 14:53:40 UTC 2024 - 8.2K bytes - Viewed (0)