Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. bigint.txt

    package bigint; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigint.txt
    Registered: Fri Sep 12 15:01:10 UTC 2025
    - 22.6K bytes
    - Viewed (0)
  2. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Fri Sep 12 13:36:22 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  3. CPAN::Meta::History::Meta_1_2.txt

    =for :stopwords MailingList RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_2 - Version 1.2 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.2 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_2.txt
    Registered: Fri Sep 12 13:59:57 UTC 2025
    - 16.7K bytes
    - Viewed (0)
  4. App::Prove::State.txt

    package App::Prove::State; use strict; use warnings; use File::Find; use File::Spec; use Carp; use App::Prove::State::Result; use TAP::Parser::YAMLish::Reader (); use TAP::Parser::YAMLish::Writer (...
    perldoc.perl.org/App::Prove::State.txt
    Registered: Fri Sep 12 12:47:31 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  5. ${^SAFE_LOCALES} - Perldoc Browser

    variables / ${^SAFE_LOCALES} ( source , CPAN ) # ${^SAFE_LOCALES} Reflects if safe locale operations are available to...
    perldoc.perl.org/variables/${^SAFE_LOCALES}
    Registered: Fri Sep 12 12:32:11 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  6. $^ - Perldoc Browser

    variables / $^ ( source , CPAN ) # HANDLE->format_top_name(EXPR) # $FORMAT_TOP_NAME # $^ The name of the current top-...
    perldoc.perl.org/variables/$^
    Registered: Fri Sep 12 12:32:15 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  7. ${^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)
  8. 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)
  9. $^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)
  10. 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)
Back to top