Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2281 - 2290 of 2,642 for host:perldoc.perl.org (0.07 sec)

  1. ${^UTF8LOCALE} - Perldoc Browser

    variables / ${^UTF8LOCALE} ( source , CPAN ) # ${^UTF8LOCALE} This variable indicates whether a UTF-8 locale was dete...
    perldoc.perl.org/variables/${^UTF8LOCALE}
    Registered: Fri Sep 12 12:32:39 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  2. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Fri Sep 12 15:45:00 UTC 2025
    - 6K bytes
    - Viewed (0)
  3. $^E - Perldoc Browser

    variables / $^E ( source , CPAN ) # $EXTENDED_OS_ERROR # $^E Error information specific to the current operating syst...
    perldoc.perl.org/variables/$^E
    Registered: Fri Sep 12 12:33:32 UTC 2025
    - 16K bytes
    - Viewed (0)
  4. CPAN::Plugin.txt

    package CPAN::Plugin; use strict; use warnings; our $VERSION = '0.97'; require CPAN; ########## sub new { # ; my ($class, %params) = @_; my $self = +{ (ref $class ? (%$class) : ()), %params, }; $se...
    perldoc.perl.org/CPAN::Plugin.txt
    Registered: Fri Sep 12 15:29:45 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. ExtUtils::MM_VMS.txt

    package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...
    perldoc.perl.org/ExtUtils::MM_VMS.txt
    Registered: Sat Sep 13 06:49:17 UTC 2025
    - 66.7K bytes
    - Viewed (0)
  6. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Sat Sep 13 08:46:11 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  7. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Sat Sep 13 07:27:46 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  8. DB.txt

    # # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...
    perldoc.perl.org/DB.txt
    Registered: Sat Sep 13 05:54:14 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  9. ExtUtils::PL2Bat.txt

    package ExtUtils::PL2Bat; $ExtUtils::PL2Bat::VERSION = '0.005'; use strict; use warnings; use 5.006; use Config; use Carp qw/croak/; # In core, we can't use any other modules except those that alre...
    perldoc.perl.org/ExtUtils::PL2Bat.txt
    Registered: Sat Sep 13 09:10:53 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  10. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Sat Sep 13 08:18:17 UTC 2025
    - 5.4K bytes
    - Viewed (0)
Back to top