- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 1,302 for label:perl (0.05 sec)
-
perlboot.txt
=encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...perldoc.perl.org/perlboot.txtRegistered: Tue Mar 04 11:53:30 UTC 2025 - 294 bytes - Viewed (0) -
perlos390.txt
# vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. You can read more about pod in pod/perlpod.pod or the short summary in the INSTALL fil...perldoc.perl.org/perlos390.txtRegistered: Tue Mar 04 15:16:37 UTC 2025 - 13.9K 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: Tue Mar 04 18:21:44 UTC 2025 - 16.7K bytes - Viewed (0) -
perlos400.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlos400.txtRegistered: Tue Mar 04 17:37:45 UTC 2025 - 4.7K bytes - Viewed (0) -
sort.txt
package sort; use strict; use warnings; our $VERSION = '2.05'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...perldoc.perl.org/sort.txtRegistered: Tue Mar 04 19:05:36 UTC 2025 - 2.9K bytes - Viewed (0) -
AnyDBM_File.txt
package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...perldoc.perl.org/AnyDBM_File.txtRegistered: Tue Mar 04 18:50:51 UTC 2025 - 2.6K bytes - Viewed (0) -
perltodo.txt
=head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...perldoc.perl.org/perltodo.txtRegistered: Tue Mar 04 14:31:45 UTC 2025 - 372 bytes - Viewed (0) -
DB_File.txt
# DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2023 Paul Marquess. All rights reserved. # This program is free software; you can...perldoc.perl.org/DB_File.txtRegistered: Wed Mar 05 05:13:58 UTC 2025 - 64.9K bytes - Viewed (0) -
ExtUtils::Install.txt
package ExtUtils::Install; use strict; use Config qw(%Config); use Cwd qw(cwd); use Exporter (); use File::Basename qw(dirname); use File::Copy; use File::Path; use File::Spec; our @ISA = ('Exporte...perldoc.perl.org/ExtUtils::Install.txtRegistered: Wed Mar 05 19:10:51 UTC 2025 - 40K bytes - Viewed (0) -
CPAN::Meta::Prereqs.txt
use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...perldoc.perl.org/CPAN::Meta::Prereqs.txtRegistered: Wed Mar 05 06:29:41 UTC 2025 - 13.1K bytes - Viewed (0)