Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 941 - 950 of 2,636 for host:perldoc.perl.org (0.1 sec)

  1. experimental.txt

    package experimental; $experimental::VERSION = '0.035'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Tue Jul 08 01:29:57 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.13'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Mon Jul 07 23:08:38 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. 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 Jul 07 15:35:47 UTC 2025
    - 182.7K bytes
    - Viewed (0)
  4. 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: Tue Jul 08 06:52:02 UTC 2025
    - 74K bytes
    - Viewed (0)
  5. 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: Tue Jul 08 04:23:34 UTC 2025
    - 66.7K bytes
    - Viewed (0)
  6. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Tue Jul 08 02:49:59 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  7. 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: Tue Jul 08 05:36:29 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  8. 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: Tue Jul 08 08:05:38 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  9. 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: Tue Jul 08 07:46:32 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  10. keys.txt

    =over =item keys HASH X<keys> X<key> =item keys ARRAY Called in list context, returns a list consisting of all the keys of the named hash, or in Perl 5.12 or later, the indices of an array. Perl re...
    perldoc.perl.org/functions/keys.txt
    Registered: Tue Jul 08 10:19:40 UTC 2025
    - 3.6K bytes
    - Viewed (0)
Back to top