- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2301 - 2310 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
perlapio - perl's IO abstraction interface. - P...
perlapio ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Co-existence with stdio "Fast gets" Functions Other Fun...perldoc.perl.org/perlapioRegistered: Mon Jan 26 12:14:20 UTC 2026 - 43.6K bytes - Viewed (0) -
perl5343delta - what is new for perl v5.34.3 - ...
perl5343delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security CVE-2023-47038 - Write past buffer end via illegal...perldoc.perl.org/perl5343deltaRegistered: Mon Jan 26 12:14:45 UTC 2026 - 21.6K bytes - Viewed (0) -
perlsyn.txt
=head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...perldoc.perl.org/perlsyn.txtRegistered: Mon Jan 26 14:46:00 UTC 2026 - 53K bytes - Viewed (0) -
feature.txt
# -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....perldoc.perl.org/feature.txtRegistered: Mon Jan 26 14:00:39 UTC 2026 - 34.2K bytes - Viewed (0) -
perlfaq1.txt
=pod =encoding UTF-8 =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions abou...perldoc.perl.org/perlfaq1.txtRegistered: Mon Jan 26 14:08:22 UTC 2026 - 13.2K bytes - Viewed (0) -
perllol.txt
=head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...perldoc.perl.org/perllol.txtRegistered: Mon Jan 26 13:44:37 UTC 2026 - 9.1K bytes - Viewed (0) -
ExtUtils::MM_Any.txt
package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...perldoc.perl.org/ExtUtils::MM_Any.txtRegistered: Tue Jan 27 20:13:11 UTC 2026 - 81.4K bytes - Viewed (0) -
ExtUtils::Constant::Base.txt
package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...perldoc.perl.org/ExtUtils::Constant::Base.txtRegistered: Tue Jan 27 22:36:38 UTC 2026 - 32.5K bytes - Viewed (0) -
IO::Compress::Base.txt
package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.213 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...perldoc.perl.org/IO::Compress::Base.txtRegistered: Tue Jan 27 21:44:34 UTC 2026 - 23.5K bytes - Viewed (0) -
Dumpvalue.txt
use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...perldoc.perl.org/Dumpvalue.txtRegistered: Tue Jan 27 21:22:20 UTC 2026 - 17.3K bytes - Viewed (0)