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. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Tue Jan 27 09:08:17 UTC 2026
    - 32.1K bytes
    - Viewed (0)
  7. attributes.txt

    package attributes; our $VERSION = 0.36; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Tue Jan 27 05:42:27 UTC 2026
    - 16K bytes
    - Viewed (0)
  8. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Tue Jan 27 07:37:21 UTC 2026
    - 9.6K bytes
    - Viewed (0)
  9. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.06'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Tue Jan 27 04:12:45 UTC 2026
    - 8.1K bytes
    - Viewed (0)
  10. stable.txt

    package stable; $stable::VERSION = '0.035'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Tue Jan 27 07:52:39 UTC 2026
    - 4.8K bytes
    - Viewed (0)
Back to top