Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 871 - 880 of 1,306 for label:perl (0.05 sec)

  1. 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.txt
    Registered: Thu Jun 05 00:20:18 UTC 2025
    - 88.7K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Wed Jun 04 22:19:43 UTC 2025
    - 74.1K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Wed Jun 04 21:32:23 UTC 2025
    - 66.3K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Thu Jun 05 01:55:26 UTC 2025
    - 63.1K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Wed Jun 04 22:02:48 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Wed Jun 04 23:47:20 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu Jun 05 00:37:14 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Wed Jun 04 22:42:11 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  9. 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 163
    perldoc.perl.org/functions/closedir.txt
    Registered: Thu Jun 05 02:21:51 UTC 2025
    - 163 bytes
    - Viewed (0)
  10. 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.txt
    Registered: Wed Jun 04 20:17:52 UTC 2025
    - 417.8K bytes
    - Viewed (0)
Back to top