Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1381 - 1390 of 2,636 for host:perldoc.perl.org (0.09 sec)

  1. Getopt::Long.txt

    #! perl # Getopt::Long.pm -- Universal options parsing # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified On: Tue Jun 11 13:18:11 2024 # Update Count : 1811 # Status :...
    perldoc.perl.org/Getopt::Long.txt
    Registered: Mon Jul 07 21:35:37 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  2. 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: Tue Jul 08 01:12:53 UTC 2025
    - 28.3K bytes
    - Viewed (0)
  3. 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 Jul 07 23:59:53 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  4. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.213'; $XS_VER...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Mon Jul 07 22:58:48 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  5. Tie::RefHash.txt

    package Tie::RefHash; # git description: v1.40-9-g23812d9 # ABSTRACT: Use references as hash keys our $VERSION = '1.41'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefHash; #pod ti...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Tue Jul 08 01:04:20 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top