Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1781 - 1790 of 2,638 for host:perldoc.perl.org (0.08 sec)

  1. $^M - Perldoc Browser

    variables / $^M ( source , CPAN ) # $^M By default, running out of memory is an untrappable, fatal error. However, if...
    perldoc.perl.org/variables/$^M
    Registered: Mon Jul 07 15:05:37 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. ARGV - Perldoc Browser

    variables / ARGV ( source , CPAN ) # ARGV The special filehandle that iterates over command-line filenames in @ARGV ....
    perldoc.perl.org/variables/ARGV
    Registered: Mon Jul 07 15:05:50 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  3. ExtUtils::MM_Win32.txt

    package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...
    perldoc.perl.org/ExtUtils::MM_Win32.txt
    Registered: Fri Jul 11 01:43:19 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  4. ExtUtils::Liblist.txt

    package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...
    perldoc.perl.org/ExtUtils::Liblist.txt
    Registered: Thu Jul 10 20:56:00 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  5. CPAN::Meta::Merge.txt

    use strict; use warnings; package CPAN::Meta::Merge; our $VERSION = '2.150010'; use Carp qw/croak/; use Scalar::Util qw/blessed/; use CPAN::Meta::Converter 2.141170; sub _is_identical { my ($left, ...
    perldoc.perl.org/CPAN::Meta::Merge.txt
    Registered: Fri Jul 11 00:05:28 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  6. ExtUtils::MakeMaker::Tutorial.txt

    package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.76'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Fri Jul 11 01:16:45 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  7. Config::Extensions.txt

    package Config::Extensions; use strict; our (%Extensions, $VERSION, @ISA, @EXPORT_OK); use Config; require Exporter; $VERSION = '0.03'; @ISA = 'Exporter'; @EXPORT_OK = '%Extensions'; foreach my $ty...
    perldoc.perl.org/Config::Extensions.txt
    Registered: Fri Jul 11 02:03:17 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. CPAN::Nox.txt

    package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.500...
    perldoc.perl.org/CPAN::Nox.txt
    Registered: Fri Jul 11 02:56:40 UTC 2025
    - 953 bytes
    - Viewed (0)
  9. DBM_Filter::null.txt

    package DBM_Filter::null ; use strict; use warnings; our $VERSION = '0.03'; sub Store { no warnings 'uninitialized'; $_ .= "\x00" ; } sub Fetch { no warnings 'uninitialized'; s/\x00$// ; } 1; __END...
    perldoc.perl.org/DBM_Filter::null.txt
    Registered: Thu Jul 10 20:26:21 UTC 2025
    - 967 bytes
    - Viewed (0)
  10. DBM_Filter::utf8.txt

    package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...
    perldoc.perl.org/DBM_Filter::utf8.txt
    Registered: Thu Jul 10 22:19:47 UTC 2025
    - 777 bytes
    - Viewed (0)
Back to top