- Sort Score
- Num 10 results
- Language All
- Labels All
Results 501 - 510 of 1,445 for label:perl (0.07 seconds)
-
DirHandle.txt
package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...perldoc.perl.org/DirHandle.txtSat Feb 07 06:03:36 GMT 2026 2K bytes -
perlhist
=encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...perldoc.perl.org/5.38.5/perlhist -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use strict; package CPAN; $CPAN::VERSION = '2.11_01'; $CPAN::VERSION =~ s/_//; # we need to run chdir all over an...perldoc.perl.org/5.22.3/CPAN -
perlintro
=head1 NAME perlintro - a brief introduction and overview of Perl =head1 DESCRIPTION This document is intended to give you a quick overview of the Perl programming language, along with pointers to ...perldoc.perl.org/5.38.5/perlintroFri Dec 26 12:55:56 GMT 2025 21.9K bytes -
CPAN
package CPAN; use vars qw{$Try_autoload $Revision $META $Signal $Cwd $End $Suppress_readline %Dontload $Frontend $Defaultsite }; $VERSION = '1.3901'; # $Id: CPAN.pm,v 1.226 1998/07/08 22:29:29 k Ex...perldoc.perl.org/5.005_02/CPANSat Dec 27 11:34:00 GMT 2025 123.4K bytes -
CPAN
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN; $VERSION = '1.59_54'; # $Id: CPAN.pm,v 1.385 2001/02/09 21:37:57 k Exp $ # only used during development: $Revision = ""; # ...perldoc.perl.org/5.6.2/CPANSat Dec 27 11:27:52 GMT 2025 212.7K bytes -
Pod::Simple::RTF.txt
package Pod::Simple::RTF; use strict; use warnings; #sub DEBUG () {4}; #sub Pod::Simple::DEBUG () {4}; #sub Pod::Simple::PullParser::DEBUG () {4}; our $VERSION = '3.45'; use Pod::Simple::PullParser...perldoc.perl.org/Pod::Simple::RTF.txtThu Jan 29 08:38:28 GMT 2026 22.9K bytes -
TAP::Parser::Iterator::Process.txt
package TAP::Parser::Iterator::Process; use strict; use warnings; use Config; use IO::Handle; use base 'TAP::Parser::Iterator'; my $IS_WIN32 = ( $^O =~ /^(MS)?Win32$/ ); =head1 NAME TAP::Parser::It...perldoc.perl.org/TAP::Parser::Iterator::Process.txtThu Jan 29 11:38:12 GMT 2026 9.1K bytes -
Test2::Compare::Base.txt
package Test2::Compare::Base; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess croak/; use Scalar::Util qw/blessed/; use Test2::Util::Sub qw/sub_info/; use Test2::Compare::D...perldoc.perl.org/Test2::Compare::Base.txtThu Jan 29 12:46:03 GMT 2026 5.6K bytes -
Test2::API::Stack.txt
package Test2::API::Stack; use strict; use warnings; our $VERSION = '1.302210'; use Test2::Hub(); use Carp qw/confess/; sub new { my $class = shift; return bless [], $class; } sub new_hub { my $sel...perldoc.perl.org/Test2::API::Stack.txtThu Jan 29 10:05:22 GMT 2026 4.7K bytes