- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
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.txtRegistered: Sun Mar 23 00:09:25 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Sun Mar 23 00:22:14 UTC 2025 - 852 bytes - Viewed (0) -
Memoize::SDBM_File.txt
use strict; use warnings; package Memoize::SDBM_File; our $VERSION = '1.16'; use SDBM_File 1.01; # for EXISTS support our @ISA = qw(SDBM_File); 1; __END__ =pod =head1 NAME Memoize::SDBM_File - DEPR...perldoc.perl.org/Memoize::SDBM_File.txtRegistered: Sun Mar 23 02:53:00 UTC 2025 - 520 bytes - Viewed (0) -
Test::Harness.txt
package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...perldoc.perl.org/Test::Harness.txtRegistered: Mon Mar 24 23:40:50 UTC 2025 - 16.3K bytes - Viewed (0) -
VMS::Stdio.txt
# VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...perldoc.perl.org/VMS::Stdio.txtRegistered: Mon Mar 24 23:02:29 UTC 2025 - 13.5K bytes - Viewed (0) -
User::pwent.txt
package User::pwent 1.03; use v5.38; use Config; use Carp; our ( $pw_name, $pw_passwd, $pw_uid, $pw_gid, $pw_gecos, $pw_dir, $pw_shell, $pw_expire, $pw_change, $pw_class, $pw_age, $pw_quota, $pw_co...perldoc.perl.org/User::pwent.txtRegistered: Mon Mar 24 22:26:22 UTC 2025 - 9.6K bytes - Viewed (0) -
XS::APItest.txt
package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...perldoc.perl.org/XS::APItest.txtRegistered: Mon Mar 24 22:12:18 UTC 2025 - 8.3K bytes - Viewed (0) -
Tie::Hash.txt
package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...perldoc.perl.org/Tie::Hash.txtRegistered: Mon Mar 24 21:26:33 UTC 2025 - 7.5K bytes - Viewed (0) -
Test::Tester::Capture.txt
use strict; package Test::Tester::Capture; our $VERSION = '1.302199'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...perldoc.perl.org/Test::Tester::Capture.txtRegistered: Mon Mar 24 23:50:20 UTC 2025 - 4.3K bytes - Viewed (0) -
Test::use::ok.txt
package Test::use::ok; use 5.005; our $VERSION = '1.302199'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...perldoc.perl.org/Test::use::ok.txtRegistered: Mon Mar 24 22:40:31 UTC 2025 - 1.3K bytes - Viewed (0)