- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 871 - 880 of 1,306 for label:perl (0.05 sec)
-
perlunicode.txt
=head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...perldoc.perl.org/perlunicode.txtRegistered: Thu Jun 05 00:20:18 UTC 2025 - 88.7K bytes - Viewed (0) -
perllocale.txt
=encoding utf8 =head1 NAME perllocale - Perl locale handling (internationalization and localization) =head1 DESCRIPTION In the beginning there was ASCII, the "American Standard Code for Information...perldoc.perl.org/perllocale.txtRegistered: Wed Jun 04 22:19:43 UTC 2025 - 74.1K bytes - Viewed (0) -
perlmodlib.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...perldoc.perl.org/perlmodlib.txtRegistered: Wed Jun 04 21:32:23 UTC 2025 - 66.3K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Thu Jun 05 01:55:26 UTC 2025 - 63.1K bytes - Viewed (0) -
perlpolicy.txt
=encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...perldoc.perl.org/perlpolicy.txtRegistered: Wed Jun 04 22:02:48 UTC 2025 - 25.9K bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Wed Jun 04 23:47:20 UTC 2025 - 28.3K bytes - Viewed (0) -
bigrat.txt
package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigrat.txtRegistered: Thu Jun 05 00:37:14 UTC 2025 - 20.6K bytes - Viewed (0) -
English.txt
package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...perldoc.perl.org/English.txtRegistered: Wed Jun 04 22:42:11 UTC 2025 - 4.6K bytes - Viewed (0) -
closedir.txt
=over =item closedir DIRHANDLE X<closedir> Closes a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR> and returns the success of that system call. =back 163perldoc.perl.org/functions/closedir.txtRegistered: Thu Jun 05 02:21:51 UTC 2025 - 163 bytes - Viewed (0) -
perlfunc.txt
=head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...perldoc.perl.org/perlfunc.txtRegistered: Wed Jun 04 20:17:52 UTC 2025 - 417.8K bytes - Viewed (0)