- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1931 - 1940 of 2,638 for host:perldoc.perl.org (0.04 sec)
-
CPAN::Debug.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- package CPAN::Debug; use strict; use vars qw($VERSION); $VERSION = "5.5001"; # module is internal to CPAN.pm %CPAN::DEBUG = qw[ CPAN 1 In...perldoc.perl.org/CPAN::Debug.txtRegistered: Thu Jul 10 06:57:25 UTC 2025 - 2.1K bytes - Viewed (0) -
ok.txt
package ok; our $VERSION = '1.302210'; use strict; use Test::More (); sub import { shift; if (@_) { goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok; } # No argument list - croak a...perldoc.perl.org/ok.txtRegistered: Thu Jul 10 12:05:19 UTC 2025 - 971 bytes - Viewed (0) -
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.213 (); use IO::Compress::Adapter::Deflate 2.213 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Fri Jul 11 16:06:31 UTC 2025 - 24.8K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Fri Jul 11 14:50:28 UTC 2025 - 15.5K bytes - Viewed (0) -
Memoize::Expire.txt
use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...perldoc.perl.org/Memoize::Expire.txtRegistered: Fri Jul 11 17:08:42 UTC 2025 - 10.6K bytes - Viewed (0) -
IPC::Open2.txt
package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...perldoc.perl.org/IPC::Open2.txtRegistered: Fri Jul 11 17:43:03 UTC 2025 - 5.6K bytes - Viewed (0) -
IPC::Semaphore.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::Semaphore.txtRegistered: Fri Jul 11 15:50:30 UTC 2025 - 6.3K bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Fri Jul 11 20:01:28 UTC 2025 - 4.8K bytes - Viewed (0) -
TAP::Parser::Result.txt
package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...perldoc.perl.org/TAP::Parser::Result.txtRegistered: Fri Jul 11 19:44:37 UTC 2025 - 6K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Fri Jul 11 15:26:49 UTC 2025 - 4.3K bytes - Viewed (0)