- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1241 - 1250 of 2,657 for host:perldoc.perl.org (0.04 sec)
-
localtime - Perldoc Browser
functions / localtime ( source , CPAN ) # localtime EXPR # localtime Converts a time as returned by the time function...perldoc.perl.org/functions/localtimeRegistered: Mon Jan 26 13:33:45 UTC 2026 - 19.9K bytes - Viewed (0) -
tie - Perldoc Browser
functions / tie ( source , CPAN ) # tie VARIABLE,CLASSNAME,LIST This function binds a variable to a package class tha...perldoc.perl.org/functions/tieRegistered: Mon Jan 26 13:34:11 UTC 2026 - 18.2K bytes - Viewed (0) -
if - Perldoc Browser
functions / if ( source , CPAN ) if may also refer to the module: if # else # elsif # for # foreach # if # unless # u...perldoc.perl.org/functions/ifRegistered: Mon Jan 26 13:34:29 UTC 2026 - 15.4K bytes - Viewed (0) -
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)