Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. perlpragma - how to write a user pragma - Perld...

    perlpragma ( source , CPAN ) CONTENTS NAME DESCRIPTION A basic example Key naming Implementation details # NAME perlp...
    perldoc.perl.org/perlpragma
    Registered: Mon Jul 07 15:27:10 UTC 2025
    - 21.1K bytes
    - Viewed (0)
  2. perldebguts - Guts of Perl debugging - Perldoc ...

    perldebguts ( source , CPAN ) CONTENTS NAME DESCRIPTION Debugger Internals Writing Your Own Debugger Environment Vari...
    perldoc.perl.org/perldebguts
    Registered: Mon Jul 07 15:27:17 UTC 2025
    - 67.1K bytes
    - Viewed (0)
  3. perlxs - XS language reference manual - Perldoc...

    perlxs ( source , CPAN ) CONTENTS NAME DESCRIPTION Introduction On The Road The Anatomy of an XSUB The Argument Stack...
    perldoc.perl.org/perlxs
    Registered: Mon Jul 07 15:27:22 UTC 2025
    - 113.2K bytes
    - Viewed (0)
  4. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.81'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Mon Jul 07 20:09:27 UTC 2025
    - 183.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top