- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 3,449 for filetype:txt (0.04 sec)
-
variables.txt
=pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...perldoc.perl.org/variables.txtRegistered: Mon Aug 25 12:04:32 UTC 2025 - 10.5K bytes - Viewed (0) -
perlvar.txt
=head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...perldoc.perl.org/perlvar.txtRegistered: Mon Aug 25 23:01:36 UTC 2025 - 91K bytes - Viewed (0) -
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.43'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Mon Aug 25 22:23:58 UTC 2025 - 37.1K bytes - Viewed (0) -
SelfLoader.txt
package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Mon Aug 25 18:37:21 UTC 2025 - 17.1K bytes - Viewed (0) -
IPC::Open3.txt
package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.24'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Tue Aug 26 00:28:56 UTC 2025 - 15.5K bytes - Viewed (0) -
Digest::MD5.txt
package Digest::MD5; use strict; use warnings; our $VERSION = '2.59'; require Exporter; *import = \&Exporter::import; our @EXPORT_OK = qw(md5 md5_hex md5_base64); our @ISA; eval { require Digest::b...perldoc.perl.org/Digest::MD5.txtRegistered: Mon Aug 25 22:05:58 UTC 2025 - 10.8K bytes - Viewed (0) -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Mon Aug 25 19:21:03 UTC 2025 - 8.7K bytes - Viewed (0) -
Test::Simple.txt
package Test::Simple; use 5.006; use strict; our $VERSION = '1.302210'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); our @EXPORT = qw(ok); my $CLASS = __PACKAGE__; =head1 NAME T...perldoc.perl.org/Test::Simple.txtRegistered: Mon Aug 25 19:45:17 UTC 2025 - 6.3K bytes - Viewed (0) -
instmodsh.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 -w BEGIN { pop...perldoc.perl.org/instmodsh.txtRegistered: Mon Aug 25 18:12:40 UTC 2025 - 4.3K bytes - Viewed (0) -
IO::Compress.txt
package IO::Compress; our $VERSION = '2.213' ; =head1 NAME IO::Compress - read/write compressed data in multiple formats =head1 DESCRIPTION This is a stub module. It contains no code. =head1 AUTHOR...perldoc.perl.org/IO::Compress.txtRegistered: Tue Aug 26 00:18:28 UTC 2025 - 436 bytes - Viewed (0)