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. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. FileHandle.txt

    package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...
    perldoc.perl.org/FileHandle.txt
    Registered: Tue Jan 27 23:06:17 UTC 2026
    - 6.6K bytes
    - Viewed (0)
  9. ExtUtils::MM_Cygwin.txt

    package ExtUtils::MM_Cygwin; use strict; use warnings; use ExtUtils::MakeMaker::Config; use File::Spec; require ExtUtils::MM_Unix; require ExtUtils::MM_Win32; our @ISA = qw( ExtUtils::MM_Unix ); ou...
    perldoc.perl.org/ExtUtils::MM_Cygwin.txt
    Registered: Tue Jan 27 21:07:36 UTC 2026
    - 4K bytes
    - Viewed (0)
  10. Encode::JP::JIS7.txt

    package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...
    perldoc.perl.org/Encode::JP::JIS7.txt
    Registered: Tue Jan 27 20:27:18 UTC 2026
    - 4.2K bytes
    - Viewed (0)
Back to top