Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1371 - 1380 of 2,636 for host:perldoc.perl.org (0.19 sec)

  1. Exporter.txt

    package Exporter; use strict; no strict 'refs'; our $Debug = 0; our $ExportLevel = 0; our $Verbose ||= 0; our $VERSION = '5.79'; our %Cache; sub as_heavy { require Exporter::Heavy; # Unfortunately,...
    perldoc.perl.org/Exporter.txt
    Registered: Mon Jul 07 16:39:44 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  2. 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: Mon Jul 07 19:54:17 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  3. perl5184delta - what is new for perl v5.18.4 - ...

    perl5184delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Modules and Pragmata Updated Modules and Pragmata Platform ...
    perldoc.perl.org/perl5184delta
    Registered: Mon Jul 07 15:37:16 UTC 2025
    - 22K bytes
    - Viewed (0)
  4. NDBM_File.txt

    package NDBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME NDBM_File - Tied access t...
    perldoc.perl.org/NDBM_File.txt
    Registered: Mon Jul 07 16:17:49 UTC 2025
    - 3K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top