- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2101 - 2110 of 2,621 for host:perldoc.perl.org (0.06 sec)
-
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: Thu Apr 17 08:52:39 UTC 2025 - 52.8K bytes - Viewed (0) -
perl5360delta.txt
=encoding utf8 =head1 NAME perl5360delta - what is new for perl v5.36.0 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.36.0 release. =head1 Core Enhance...perldoc.perl.org/perl5360delta.txtRegistered: Thu Apr 17 07:27:58 UTC 2025 - 43.4K bytes - Viewed (0) -
perlmodstyle.txt
=head1 NAME perlmodstyle - Perl module style guide =head1 INTRODUCTION This document attempts to describe the Perl Community's "best practice" for writing Perl modules. It extends the recommendatio...perldoc.perl.org/perlmodstyle.txtRegistered: Thu Apr 17 10:28:02 UTC 2025 - 21.8K bytes - Viewed (0) -
perlclassguts.txt
=head1 NAME perlclassguts - Internals of how C<feature 'class'> and class syntax works =head1 DESCRIPTION This document provides in-depth information about the way in which the perl interpreter imp...perldoc.perl.org/perlclassguts.txtRegistered: Thu Apr 17 08:23:09 UTC 2025 - 15.1K bytes - Viewed (0) -
perl5381delta.txt
=encoding utf8 =head1 NAME perl5381delta - what is new for perl v5.38.1 =head1 DESCRIPTION This document describes differences between the 5.38.0 release and the 5.38.1 release. If you are upgradin...perldoc.perl.org/perl5381delta.txtRegistered: Thu Apr 17 10:08:28 UTC 2025 - 3.9K bytes - Viewed (0) -
perl5362delta.txt
=encoding utf8 =head1 NAME perl5362delta - what is new for perl v5.36.2 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.2 release. If you are upgradin...perldoc.perl.org/perl5362delta.txtRegistered: Thu Apr 17 08:26:35 UTC 2025 - 3.9K bytes - Viewed (0) -
Compress::Raw::Zlib.txt
package Compress::Raw::Zlib; require 5.006 ; require Exporter; use Carp ; use strict ; use warnings ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DE...perldoc.perl.org/Compress::Raw::Zlib.txtRegistered: Sun Apr 20 11:35:53 UTC 2025 - 47.9K bytes - Viewed (0) -
Benchmark.txt
package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...perldoc.perl.org/Benchmark.txtRegistered: Sun Apr 20 13:09:49 UTC 2025 - 30.3K bytes - Viewed (0) -
CPAN::Meta::YAML.txt
use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...perldoc.perl.org/CPAN::Meta::YAML.txtRegistered: Sun Apr 20 07:30:40 UTC 2025 - 26.4K bytes - Viewed (0) -
utf8.txt
package utf8; use strict; use warnings; our $hint_bits = 0x00800000; our $VERSION = '1.25'; our $AUTOLOAD; sub import { $^H |= $hint_bits; } sub unimport { $^H &= ~$hint_bits; } sub AUTOLOAD { goto...perldoc.perl.org/utf8.txtRegistered: Sun Apr 20 14:08:10 UTC 2025 - 10.6K bytes - Viewed (0)