Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1351 - 1360 of 2,657 for host:perldoc.perl.org (0.04 sec)

  1. 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: Mon Jan 26 18:15:34 UTC 2026
    - 74K bytes
    - Viewed (0)
  2. 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 Similar Results (1)
    Registered: Mon Jan 26 16:41:15 UTC 2026
    - 66.7K bytes
    - Viewed (0)
  3. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.48"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Mon Jan 26 19:56:21 UTC 2026
    - 28.3K bytes
    - Viewed (0)
  4. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Mon Jan 26 15:25:29 UTC 2026
    - 18.8K bytes
    - Viewed (0)
  5. 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: Mon Jan 26 19:23:28 UTC 2026
    - 20.6K bytes
    - Viewed (0)
  6. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Mon Jan 26 22:16:49 UTC 2026
    - 15.2K bytes
    - Viewed (0)
  7. 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: Mon Jan 26 18:05:36 UTC 2026
    - 4.6K bytes
    - Viewed (0)
  8. perlvos - Perl for Stratus OpenVOS - Perldoc Br...

    perlvos ( source , CPAN ) CONTENTS NAME SYNOPSIS BUILDING PERL FOR OPENVOS INSTALLING PERL IN OPENVOS USING PERL IN O...
    perldoc.perl.org/perlvos
    Registered: Mon Jan 26 12:19:20 UTC 2026
    - 20.1K bytes
    - Viewed (0)
  9. perl5180delta - what is new for perl v5.18.0 - ...

    perl5180delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New mechanism for experimental features H...
    perldoc.perl.org/perl5180delta Similar Results (1)
    Registered: Mon Jan 26 12:19:25 UTC 2026
    - 182.6K bytes
    - Viewed (0)
  10. perlfaq6.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with ...
    perldoc.perl.org/perlfaq6.txt
    Registered: Tue Jan 27 05:08:43 UTC 2026
    - 38.6K bytes
    - Viewed (0)
Back to top