Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 2,615 for host:perldoc.perl.org (0.02 sec)

  1. TAP::Formatter::Color.txt

    package TAP::Formatter::Color; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use base 'TAP::Object'; my $NO_COLOR; BEGIN { $NO_COLOR = 0; eval 'require Term::ANSICol...
    perldoc.perl.org/TAP::Formatter::Color.txt
    Registered: Sun Mar 23 09:04:23 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. PerlIO::mmap.txt

    package PerlIO::mmap; use strict; use warnings; our $VERSION = '0.017'; use XSLoader; XSLoader::load(__PACKAGE__, __PACKAGE__->VERSION); 1; __END__ =head1 NAME PerlIO::mmap - Memory mapped IO =head...
    perldoc.perl.org/PerlIO::mmap.txt
    Registered: Sun Mar 23 08:43:25 UTC 2025
    - 600 bytes
    - Viewed (0)
  3. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sun Mar 23 03:36:52 UTC 2025
    - 79.3K bytes
    - Viewed (0)
  4. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sun Mar 23 03:07:51 UTC 2025
    - 51.2K bytes
    - Viewed (0)
  5. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Sun Mar 23 02:36:31 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  6. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sun Mar 23 00:52:03 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  7. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sun Mar 23 02:09:41 UTC 2025
    - 21.8K bytes
    - Viewed (0)
  8. IPC::SysV.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SysV.txt
    Registered: Sun Mar 23 01:40:28 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  9. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Sun Mar 23 00:09:25 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Sun Mar 23 00:22:14 UTC 2025
    - 852 bytes
    - Viewed (0)
Back to top