- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 1,302 for label:perl (0.04 sec)
-
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: Mon Mar 31 17:05:39 UTC 2025 - 44.4K 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: Mon Mar 31 15:02:02 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: Mon Mar 31 13:59:56 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: Mon Mar 31 13:11:21 UTC 2025 - 14.9K bytes - Viewed (0) -
perlgov.txt
=encoding utf-8 =head1 NAME perlgov - Perl Rules of Governance =head1 PREAMBLE We are forming a system of governance for development of the Perl programming language. The scope of governance includ...perldoc.perl.org/perlgov.txtRegistered: Mon Mar 31 16:23:39 UTC 2025 - 16.1K 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: Mon Mar 31 18:20:48 UTC 2025 - 4.8K bytes - Viewed (0) -
perlmroapi.txt
=head1 NAME perlmroapi - Perl method resolution plugin interface =head1 DESCRIPTION As of Perl 5.10.1 there is a new interface for plugging and using method resolution orders other than the default...perldoc.perl.org/perlmroapi.txtRegistered: Mon Mar 31 17:16:18 UTC 2025 - 3.3K bytes - Viewed (0) -
autodie::hints.txt
package autodie::hints; use strict; use warnings; use constant PERL58 => ( $] < 5.009 ); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Provide hints about user subr...perldoc.perl.org/autodie::hints.txtRegistered: Thu Apr 03 23:09:50 UTC 2025 - 16.7K bytes - Viewed (0) -
builtin.txt
package builtin 0.014; use strict; use warnings; # All code, including &import, is implemented by always-present # functions in the perl interpreter itself. # See also `builtin.c` in perl source 1;...perldoc.perl.org/builtin.txtRegistered: Thu Apr 03 22:41:26 UTC 2025 - 12.9K bytes - Viewed (0) -
CPAN::Queue.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...perldoc.perl.org/CPAN::Queue.txtRegistered: Fri Apr 04 01:55:01 UTC 2025 - 7K bytes - Viewed (0)