Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1301 - 1310 of 2,657 for host:perldoc.perl.org (0.08 sec)

  1. $. - Perldoc Browser

    variables / $. ( source , CPAN ) # HANDLE->input_line_number( EXPR ) # $INPUT_LINE_NUMBER # $NR # $. Current line num...
    perldoc.perl.org/variables/$.
    Registered: Mon Jan 26 12:38:21 UTC 2026
    - 16.6K bytes
    - Viewed (0)
  2. $- - Perldoc Browser

    variables / $- ( source , CPAN ) # HANDLE->format_lines_left(EXPR) # $FORMAT_LINES_LEFT # $- The number of lines left...
    perldoc.perl.org/variables/$-
    Registered: Mon Jan 26 12:38:44 UTC 2026
    - 15.1K bytes
    - Viewed (0)
  3. libnetcfg - configure libnet - Perldoc Browser

    libnetcfg ( source , CPAN ) CONTENTS NAME DESCRIPTION USAGE SEE ALSO AUTHORS # NAME libnetcfg - configure libnet # DE...
    perldoc.perl.org/libnetcfg
    Registered: Mon Jan 26 12:54:20 UTC 2026
    - 16.8K bytes
    - Viewed (0)
  4. oct - Perldoc Browser

    functions / oct ( source , CPAN ) # oct EXPR # oct Interprets EXPR as an octal string and returns the corresponding v...
    perldoc.perl.org/functions/oct
    Registered: Mon Jan 26 13:10:41 UTC 2026
    - 16.3K 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: Tue Jan 27 00:06:56 UTC 2026
    - 81.1K bytes
    - Viewed (0)
  6. 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: Mon Jan 26 23:13:44 UTC 2026
    - 24.8K bytes
    - Viewed (0)
  7. 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: Tue Jan 27 03:19:22 UTC 2026
    - 18.8K 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: Tue Jan 27 02:19:32 UTC 2026
    - 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: Mon Jan 26 23:42:52 UTC 2026
    - 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 Jan 27 00:53:37 UTC 2026
    - 8.9K bytes
    - Viewed (0)
Back to top