- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2681 - 2690 of 3,463 for filetype:txt (0.04 sec)
-
Test2::Tools::Grab.txt
package Test2::Tools::Grab; use strict; use warnings; our $VERSION = '0.000162'; use Test2::Util::Grabber; use Test2::EventFacet::Trace(); our @EXPORT = qw/grab/; use base 'Exporter'; sub grab { Te...perldoc.perl.org/Test2::Tools::Grab.txtRegistered: Sat Jun 21 01:57:19 UTC 2025 - 2.5K bytes - Viewed (0) -
Win32CORE.txt
package Win32CORE; $VERSION = '0.04'; # There is no reason to load this module explicitly. It will be # initialized using xs_init() when the interpreter is constructed. 1; __END__ =head1 NAME Win32...perldoc.perl.org/Win32CORE.txtRegistered: Fri Jun 20 22:22:57 UTC 2025 - 1.3K bytes - Viewed (0) -
Test2::Util::Table::LineBreak.txt
package Test2::Util::Table::LineBreak; use strict; use warnings; our $VERSION = '0.000162'; use base 'Term::Table::LineBreak'; 1; __END__ =pod =encoding UTF-8 =head1 NAME Test2::Util::Table::LineBr...perldoc.perl.org/Test2::Util::Table::LineBreak.txtRegistered: Fri Jun 20 20:38:10 UTC 2025 - 1.1K bytes - Viewed (0) -
Time::tm.txt
package Time::tm 1.01; use v5.38; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); __END__ =head1 NAME Time::tm - internal...perldoc.perl.org/Time::tm.txtRegistered: Fri Jun 20 23:44:19 UTC 2025 - 668 bytes - Viewed (0) -
Unicode::UCD.txt
package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...perldoc.perl.org/Unicode::UCD.txtRegistered: Sat Jun 21 02:37:28 UTC 2025 - 181.9K bytes - Viewed (0) -
Win32API::File.txt
# File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...perldoc.perl.org/Win32API::File.txtRegistered: Sat Jun 21 06:02:52 UTC 2025 - 95.5K bytes - Viewed (0) -
enc2xs.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 #!./perl BEGIN { # @INC poking...perldoc.perl.org/enc2xs.txtRegistered: Sat Jun 21 09:35:17 UTC 2025 - 41K bytes - Viewed (0) -
Unicode::Normalize.txt
package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...perldoc.perl.org/Unicode::Normalize.txtRegistered: Sat Jun 21 06:17:35 UTC 2025 - 19.5K bytes - Viewed (0) -
prove.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 #!/usr/bin/perl -w BEGIN { pop...perldoc.perl.org/prove.txtRegistered: Sat Jun 21 09:18:55 UTC 2025 - 13.4K bytes - Viewed (0) -
Thread.txt
package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...perldoc.perl.org/Thread.txtRegistered: Sat Jun 21 04:12:30 UTC 2025 - 8.1K bytes - Viewed (0)