- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2001 - 2010 of 3,449 for filetype:txt (0.13 sec)
-
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: Tue Aug 26 01:00:22 UTC 2025 - 64.1K bytes - Viewed (0) -
perldata.txt
=head1 NAME perldata - Perl data types =head1 DESCRIPTION =head2 Variable names X<variable, name> X<variable name> X<data type> X<type> Perl has three built-in data types: scalars, arrays of scalar...perldoc.perl.org/perldata.txtRegistered: Tue Aug 26 03:26:03 UTC 2025 - 52.1K bytes - Viewed (0) -
Storable.txt
# # Copyright (c) 1995-2001, Raphael Manfredi # Copyright (c) 2002-2014 by the Perl 5 Porters # Copyright (c) 2015-2016 cPanel Inc # Copyright (c) 2017 Reini Urban # # You may redistribute only und...perldoc.perl.org/Storable.txtRegistered: Tue Aug 26 01:25:30 UTC 2025 - 49.9K bytes - Viewed (0) -
perlclass.txt
=head1 NAME perlclass - Perl class syntax reference =head1 SYNOPSIS use v5.38; use feature 'class'; class My::Example 1.234 { field $x; ADJUST { $x = "Hello, world"; } method print_message { say $x...perldoc.perl.org/perlclass.txtRegistered: Tue Aug 26 03:59:46 UTC 2025 - 14.1K 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 Aug 26 04:22:43 UTC 2025 - 8.3K bytes - Viewed (0) -
perlivp.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # perlivp v5.42.0 BEGIN { pop ...perldoc.perl.org/perlivp.txtRegistered: Mon Aug 25 15:57:51 UTC 2025 - 10.7K bytes - Viewed (0) -
ptargrep.txt
#!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl ########## # T...perldoc.perl.org/ptargrep.txtRegistered: Mon Aug 25 14:15:17 UTC 2025 - 4.4K bytes - Viewed (0) -
Term::Table.txt
package Term::Table; use strict; use warnings; our $VERSION = '0.024'; use Term::Table::Cell(); use Term::Table::Util qw/term_size uni_length USE_GCS/; use Scalar::Util qw/blessed/; use List::Util ...perldoc.perl.org/Term::Table.txtRegistered: Tue Aug 26 00:04:20 UTC 2025 - 12.7K bytes - Viewed (0) -
Search::Dict.txt
package Search::Dict; use strict; use Exporter; BEGIN { if ("$]" >= 5.015008) { require feature; 'feature'->import('fc'); # string avoids warning on old Perls <sigh> } else { # ($) prototype, not (...perldoc.perl.org/Search::Dict.txtRegistered: Mon Aug 25 22:45:11 UTC 2025 - 3.2K bytes - Viewed (0) -
Test2::API.txt
package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302210'; my $IN...perldoc.perl.org/Test2::API.txtRegistered: Thu Aug 28 10:03:36 UTC 2025 - 50.7K bytes - Viewed (0)