- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1241 - 1250 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
pipe - Perldoc Browser
functions / pipe ( source , CPAN ) # pipe READHANDLE,WRITEHANDLE Opens a pair of connected pipes like the correspondi...perldoc.perl.org/functions/pipeRegistered: Mon Jan 26 13:30:55 UTC 2026 - 16K bytes - Viewed (0) -
wait - Perldoc Browser
functions / wait ( source , CPAN ) # wait Behaves like wait(2) on your system: it waits for a child process to termin...perldoc.perl.org/functions/waitRegistered: Mon Jan 26 13:31:11 UTC 2026 - 15.8K bytes - Viewed (0) -
IPC::Cmd.txt
package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...perldoc.perl.org/IPC::Cmd.txtRegistered: Wed Jan 28 11:21:19 UTC 2026 - 66K bytes - Viewed (0) -
File::Path.txt
package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...perldoc.perl.org/File::Path.txtRegistered: Wed Jan 28 06:31:14 UTC 2026 - 42.2K bytes - Viewed (0) -
IO::Compress::RawDeflate.txt
package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.213 ; use IO::Compress::Base::Common 2.213 qw(:Status :Parse); use IO::Compress:...perldoc.perl.org/IO::Compress::RawDeflate.txtRegistered: Wed Jan 28 08:18:46 UTC 2026 - 28.3K bytes - Viewed (0) -
IO::Zlib.txt
# IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...perldoc.perl.org/IO::Zlib.txtRegistered: Wed Jan 28 10:05:33 UTC 2026 - 15.7K bytes - Viewed (0) -
File::Spec::Win32.txt
package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Wed Jan 28 06:05:46 UTC 2026 - 10.5K bytes - Viewed (0) -
ExtUtils::CBuilder::Platform::Windows.txt
package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280242'; # VERSION our @IS...perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txtRegistered: Wed Jan 28 07:17:58 UTC 2026 - 9.3K bytes - Viewed (0) -
Module::Loaded.txt
package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...perldoc.perl.org/Module::Loaded.txtRegistered: Wed Jan 28 09:49:15 UTC 2026 - 3.3K bytes - Viewed (0) -
Pod::Perldoc::ToRtf.txt
package Pod::Perldoc::ToRtf; use strict; use warnings; use parent qw( Pod::Simple::RTF ); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 0 } sub write_with_binmode { 0 } sub output_ext...perldoc.perl.org/Pod::Perldoc::ToRtf.txtRegistered: Wed Jan 28 08:40:21 UTC 2026 - 2.1K bytes - Viewed (0)