Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2301 - 2310 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. perlapio - perl's IO abstraction interface. - P...

    perlapio ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Co-existence with stdio "Fast gets" Functions Other Fun...
    perldoc.perl.org/perlapio
    Registered: Mon Jan 26 12:14:20 UTC 2026
    - 43.6K bytes
    - Viewed (0)
  2. perl5343delta - what is new for perl v5.34.3 - ...

    perl5343delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security CVE-2023-47038 - Write past buffer end via illegal...
    perldoc.perl.org/perl5343delta
    Registered: Mon Jan 26 12:14:45 UTC 2026
    - 21.6K bytes
    - Viewed (0)
  3. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax: declarations, statements, comments =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the...
    perldoc.perl.org/perlsyn.txt
    Registered: Mon Jan 26 14:46:00 UTC 2026
    - 53K bytes
    - Viewed (0)
  4. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Mon Jan 26 14:00:39 UTC 2026
    - 34.2K bytes
    - Viewed (0)
  5. perlfaq1.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq1 - General Questions About Perl =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section of the FAQ answers very general, high-level questions abou...
    perldoc.perl.org/perlfaq1.txt
    Registered: Mon Jan 26 14:08:22 UTC 2026
    - 13.2K bytes
    - Viewed (0)
  6. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Mon Jan 26 13:44:37 UTC 2026
    - 9.1K bytes
    - Viewed (0)
  7. ExtUtils::MM_Any.txt

    package ExtUtils::MM_Any; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use Carp; use File::Spec; use File::Basename; BEGIN { our @ISA = qw(File::Spec); } # We need $Verbose...
    perldoc.perl.org/ExtUtils::MM_Any.txt
    Registered: Tue Jan 27 20:13:11 UTC 2026
    - 81.4K bytes
    - Viewed (0)
  8. ExtUtils::Constant::Base.txt

    package ExtUtils::Constant::Base; use strict; use vars qw($VERSION); use Carp; use Text::Wrap; use ExtUtils::Constant::Utils qw(C_stringify perl_stringify); $VERSION = '0.07'; use constant is_perl5...
    perldoc.perl.org/ExtUtils::Constant::Base.txt
    Registered: Tue Jan 27 22:36:38 UTC 2026
    - 32.5K bytes
    - Viewed (0)
  9. IO::Compress::Base.txt

    package IO::Compress::Base ; require 5.006 ; use strict ; use warnings; use IO::Compress::Base::Common 2.213 ; use IO::File (); ; use Scalar::Util (); #use File::Glob; #require Exporter ; use Carp(...
    perldoc.perl.org/IO::Compress::Base.txt
    Registered: Tue Jan 27 21:44:34 UTC 2026
    - 23.5K bytes
    - Viewed (0)
  10. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Tue Jan 27 21:22:20 UTC 2026
    - 17.3K bytes
    - Viewed (0)
Back to top