- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 1,301 for label:perl (0.16 sec)
-
perl5005delta.txt
=head1 NAME perl5005delta - what's new for perl5.005 =head1 DESCRIPTION This document describes differences between the 5.004 release and this one. =head1 About the new versioning system Perl is no...perldoc.perl.org/perl5005delta.txtRegistered: Thu Oct 16 16:51:18 UTC 2025 - 33.5K bytes - Viewed (0) -
perldebtut.txt
=head1 NAME perldebtut - Perl debugging tutorial =head1 DESCRIPTION A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on th...perldoc.perl.org/perldebtut.txtRegistered: Thu Oct 16 13:39:41 UTC 2025 - 21.6K bytes - Viewed (0) -
perlfork.txt
=head1 NAME perlfork - Perl's fork() emulation =head1 SYNOPSIS NOTE: As of the 5.8.0 release, fork() emulation has considerably matured. However, there are still a few known bugs and differences fr...perldoc.perl.org/perlfork.txtRegistered: Thu Oct 16 12:54:25 UTC 2025 - 13K 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: Thu Oct 16 09:33:54 UTC 2025 - 10.8K 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: Thu Oct 16 07:14:18 UTC 2025 - 6.3K bytes - Viewed (0) -
perlcheat.txt
=head1 NAME perlcheat - Perl 5 Cheat Sheet =head1 DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may alread...perldoc.perl.org/perlcheat.txtRegistered: Thu Oct 16 11:40:21 UTC 2025 - 4.4K 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: Thu Oct 16 05:16:19 UTC 2025 - 436 bytes - Viewed (0) -
Unicode::Collate::CJK::Pinyin.txt
package Unicode::Collate::CJK::Pinyin; 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) { nex...perldoc.perl.org/Unicode::Collate::CJK::Pinyin.txtRegistered: Tue Oct 21 08:44:12 UTC 2025 - 103.6K bytes - Viewed (0) -
Pod::Simple::Text.txt
package Pod::Simple::Text; use strict; use warnings; use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); our $VERSION = '3.45'; our @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defin...perldoc.perl.org/Pod::Simple::Text.txtRegistered: Mon Oct 20 09:07:19 UTC 2025 - 5K bytes - Viewed (0) -
Test2::Require::Threads.txt
package Test2::Require::Threads; use strict; use warnings; BEGIN { require Test2::Require; our @ISA = qw(Test2::Require) } our $VERSION = '1.302210'; use Test2::Util qw/CAN_THREAD/; sub skip { retu...perldoc.perl.org/Test2::Require::Threads.txtRegistered: Mon Oct 20 11:14:29 UTC 2025 - 2.1K bytes - Viewed (0)