- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3291 - 3300 of 3,449 for filetype:txt (0.07 sec)
-
DB.txt
# # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...perldoc.perl.org/DB.txtRegistered: Tue Sep 09 18:47:16 UTC 2025 - 18.5K 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 Sep 09 18:08:38 UTC 2025 - 12.7K bytes - Viewed (0) -
Module::CoreList.txt
=head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList...perldoc.perl.org/Module::CoreList.txtRegistered: Tue Sep 09 16:32:41 UTC 2025 - 8.2K bytes - Viewed (0) -
Math::BigInt::FastCalc.txt
package Math::BigInt::FastCalc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Calc 1.999801; BEGIN { our @ISA = qw< Math::BigInt::Calc >; } our $VERSION = '0....perldoc.perl.org/Math::BigInt::FastCalc.txtRegistered: Tue Sep 09 13:34:38 UTC 2025 - 6.3K bytes - Viewed (0) -
Data::Dumper.txt
# # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...perldoc.perl.org/Data::Dumper.txtRegistered: Tue Sep 09 23:29:11 UTC 2025 - 45.2K bytes - Viewed (0) -
Compress::Raw::Zlib.txt
package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...perldoc.perl.org/Compress::Raw::Zlib.txtRegistered: Tue Sep 09 15:50:13 UTC 2025 - 47.9K bytes - Viewed (0) -
List::Util.txt
# Copyright (c) 1997-2009 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Ma...perldoc.perl.org/List::Util.txtRegistered: Tue Sep 09 19:13:34 UTC 2025 - 26.4K bytes - Viewed (0) -
threads::shared.txt
package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.70'; # Please update the pod, too. my $XS_VERSION = $VERSIO...perldoc.perl.org/threads::shared.txtRegistered: Tue Sep 09 22:35:37 UTC 2025 - 20.1K 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: Wed Sep 10 02:25:04 UTC 2025 - 14.1K 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: Tue Sep 09 23:20:51 UTC 2025 - 3.2K bytes - Viewed (0)