Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 931 - 940 of 2,636 for host:perldoc.perl.org (0.04 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. perlfaq7 - General Perl Language Issues - Perld...

    perlfaq7 ( source , CPAN ) CONTENTS NAME VERSION DESCRIPTION Can I get a BNF/yacc/RE for the Perl language? What are ...
    perldoc.perl.org/perlfaq7 Similar Results (1)
    Registered: Mon Jul 07 15:27:34 UTC 2025
    - 71.2K bytes
    - Viewed (0)
  5. 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)
  6. POSIX.txt

    =head1 NAME POSIX - Perl interface to IEEE Std 1003.1 =head1 SYNOPSIS use POSIX (); use POSIX qw(setsid); use POSIX qw(:errno_h :fcntl_h); printf "EINTR is %d\n", EINTR; my $sess_id = POSIX::setsid...
    perldoc.perl.org/POSIX.txt Similar Results (1)
    Registered: Mon Jul 07 21:59:49 UTC 2025
    - 83.5K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top