- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2311 - 2320 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
continue.txt
=over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, L<C<continue>|/continue BLOCK> is actually a flow control statement rather than a function. If there is a L<C<continu...perldoc.perl.org/functions/continue.txtRegistered: Fri Apr 18 17:24:46 UTC 2025 - 1.9K bytes - Viewed (0) -
read.txt
=over =item read FILEHANDLE,SCALAR,LENGTH,OFFSET X<read> X<file, read> =item read FILEHANDLE,SCALAR,LENGTH Attempts to read LENGTH I<characters> of data into variable SCALAR from the specified FILE...perldoc.perl.org/functions/read.txtRegistered: Fri Apr 18 17:52:41 UTC 2025 - 1.6K bytes - Viewed (0) -
fileno.txt
=over =item fileno FILEHANDLE X<fileno> =item fileno DIRHANDLE Returns the file descriptor for a filehandle or directory handle, or undefined if the filehandle is not open. If there is no real file...perldoc.perl.org/functions/fileno.txtRegistered: Fri Apr 18 17:29:03 UTC 2025 - 1.5K bytes - Viewed (0) -
rename.txt
=over =item rename OLDNAME,NEWNAME X<rename> X<move> X<mv> X<ren> Changes the name of a file; an existing file NEWNAME will be clobbered. Returns true for success; on failure returns false and sets...perldoc.perl.org/functions/rename.txtRegistered: Fri Apr 18 13:53:25 UTC 2025 - 787 bytes - Viewed (0) -
join.txt
=over =item join EXPR,LIST X<join> Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. Example: my $rec = join(':', $log...perldoc.perl.org/functions/join.txtRegistered: Fri Apr 18 17:08:37 UTC 2025 - 455 bytes - Viewed (0) -
IO::Uncompress::AnyInflate.txt
package IO::Uncompress::AnyInflate ; # for RFC1950, RFC1951 or RFC1952 use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Parse); use IO::Uncompress::Adapter::Inflate 2.2...perldoc.perl.org/IO::Uncompress::AnyInflate.txtRegistered: Mon Apr 21 19:22:20 UTC 2025 - 28.2K bytes - Viewed (0) -
Test2::Hub.txt
package Test2::Hub; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/carp croak confess/; use Test2::Util qw/get_tid gen_uid/; use Scalar::Util qw/weaken/; use List::Util qw/first/;...perldoc.perl.org/Test2::Hub.txtRegistered: Mon Apr 21 22:26:39 UTC 2025 - 22.3K bytes - Viewed (0) -
TAP::Harness::Env.txt
package TAP::Harness::Env; use strict; use warnings; use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Object; use Text::ParseWords qw/shellwords/; our $VERSION = '3.48'; # Get the parts of @INC wh...perldoc.perl.org/TAP::Harness::Env.txtRegistered: Mon Apr 21 23:15:44 UTC 2025 - 5.3K bytes - Viewed (0) -
Locale::Maketext::Cookbook.txt
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...perldoc.perl.org/Locale::Maketext::Cookbook.txtRegistered: Mon Apr 21 16:18:59 UTC 2025 - 3.8K bytes - Viewed (0) -
TAP::Parser::Multiplexer.txt
package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...perldoc.perl.org/TAP::Parser::Multiplexer.txtRegistered: Mon Apr 21 21:46:52 UTC 2025 - 4.2K bytes - Viewed (0)