- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1811 - 1820 of 2,621 for host:perldoc.perl.org (0.06 sec)
-
ExtUtils::testlib.txt
package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...perldoc.perl.org/ExtUtils::testlib.txtRegistered: Mon Apr 21 04:05:15 UTC 2025 - 911 bytes - Viewed (0) -
perl5380delta.txt
=encoding utf8 =head1 NAME perl5380delta - what is new for perl v5.38.0 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.38.0 release. =head1 Core Enhance...perldoc.perl.org/perl5380delta.txtRegistered: Thu Apr 17 10:18:39 UTC 2025 - 67.3K bytes - Viewed (0) -
perlthrtut.txt
=encoding utf8 =head1 NAME perlthrtut - Tutorial on threads in Perl =head1 DESCRIPTION This tutorial describes the use of Perl interpreter threads (sometimes referred to as I<ithreads>). In this mo...perldoc.perl.org/perlthrtut.txtRegistered: Thu Apr 17 12:41:37 UTC 2025 - 44.4K bytes - Viewed (0) -
perlsec.txt
=head1 NAME perlsec - Perl security =head1 DESCRIPTION Perl is designed to make it easy to program securely even when running with extra privileges, like setuid or setgid programs. Unlike most comm...perldoc.perl.org/perlsec.txtRegistered: Thu Apr 17 10:04:18 UTC 2025 - 27.2K bytes - Viewed (0) -
perlootut.txt
=encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlootut.pod =head1 NAME perlootut - Object-Oriented Programming in Perl Tutorial =head1...perldoc.perl.org/perlootut.txtRegistered: Thu Apr 17 11:20:28 UTC 2025 - 26.1K bytes - Viewed (0) -
perlreftut.txt
=head1 NAME perlreftut - Mark's very short tutorial about references =head1 DESCRIPTION One of the most important new features in Perl 5 was the capability to manage complicated data structures lik...perldoc.perl.org/perlreftut.txtRegistered: Thu Apr 17 09:08:52 UTC 2025 - 18.3K bytes - Viewed (0) -
perlfaq9.txt
=head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with questions related to running web sites, sending and receiving email as ...perldoc.perl.org/perlfaq9.txtRegistered: Thu Apr 17 08:44:26 UTC 2025 - 14.9K bytes - Viewed (0) -
perlopentut.txt
=encoding utf8 =head1 NAME perlopentut - simple recipes for opening files and pipes in Perl =head1 DESCRIPTION Whenever you do I/O on a file in Perl, you do so through what in Perl is called a B<fi...perldoc.perl.org/perlopentut.txtRegistered: Thu Apr 17 13:21:40 UTC 2025 - 14.9K bytes - Viewed (0) -
perl5223delta.txt
=encoding utf8 =head1 NAME perl5223delta - what is new for perl v5.22.3 =head1 DESCRIPTION This document describes differences between the 5.22.2 release and the 5.22.3 release. If you are upgradin...perldoc.perl.org/perl5223delta.txtRegistered: Thu Apr 17 13:37:29 UTC 2025 - 8.2K bytes - Viewed (0) -
perldbmfilter.txt
=head1 NAME perldbmfilter - Perl DBM Filters =head1 SYNOPSIS $db = tie %hash, 'DBM', ... $old_filter = $db->filter_store_key ( sub { ... } ); $old_filter = $db->filter_store_value( sub { ... } ); $...perldoc.perl.org/perldbmfilter.txtRegistered: Thu Apr 17 12:36:01 UTC 2025 - 4.8K bytes - Viewed (0)