Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1181 - 1190 of 2,642 for host:perldoc.perl.org (0.04 sec)

  1. perlfunc.txt

    =head1 NAME X<function> perlfunc - Perl builtin functions =head1 DESCRIPTION The functions in this section can serve as terms in an expression. They fall into two major categories: list operators a...
    perldoc.perl.org/perlfunc.txt
    Registered: Tue Sep 09 20:15:43 UTC 2025
    - 416.4K bytes
    - Viewed (0)
  2. 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: Wed Sep 10 01:22:48 UTC 2025
    - 183.2K bytes
    - Viewed (0)
  3. 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: Tue Sep 09 14:26:49 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  4. 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 Sep 09 14:07:21 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  5. 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: Tue Sep 09 19:24:27 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  6. 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: Tue Sep 09 16:57:01 UTC 2025
    - 3K 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: Wed Sep 10 02:08:36 UTC 2025
    - 81.1K bytes
    - Viewed (0)
  8. Safe.txt

    package Safe; use 5.003_11; use Scalar::Util qw(reftype refaddr); $Safe::VERSION = "2.47"; # *** Don't declare any lexicals above this point *** # # This function should return a closure which cont...
    perldoc.perl.org/Safe.txt
    Registered: Tue Sep 09 23:03:57 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  9. 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: Wed Sep 10 00:26:25 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  10. 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: Tue Sep 09 20:23:59 UTC 2025
    - 15.2K bytes
    - Viewed (0)
Back to top