- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3711 - 3720 of 6,576 for content_length:[0 TO 9999] (0.05 sec)
-
perlbook.txt
=head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...perldoc.perl.org/perlbook.txtRegistered: Fri Dec 12 13:54:14 UTC 2025 - 8.3K bytes - Viewed (0) -
our.txt
=over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...perldoc.perl.org/functions/our.txtRegistered: Sat Dec 13 03:56:27 UTC 2025 - 4.6K bytes - Viewed (0) -
continue.txt
=over =item continue BLOCK X<continue> =item continue When followed by a BLOCK, C<continue> is actually a flow control statement rather than a function. If there is a C<continue> BLOCK attached to ...perldoc.perl.org/functions/continue.txtRegistered: Sat Dec 13 04:34:51 UTC 2025 - 1.7K bytes - Viewed (0) -
printf.txt
=over =item printf FILEHANDLE FORMAT, LIST X<printf> =item printf FILEHANDLE =item printf FORMAT, LIST =item printf Equivalent to C<print FILEHANDLE sprintf(FORMAT, LIST)>, except that L<C<$\>|perl...perldoc.perl.org/functions/printf.txtRegistered: Sat Dec 13 04:12:25 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: Sat Dec 13 02:40:59 UTC 2025 - 787 bytes - Viewed (0) -
break.txt
=over =item break Break out of a C<given> block. C<break> is available only if the L<C<"switch"> feature|feature/The 'switch' feature> is enabled or if it is prefixed with C<CORE::>. The L<C<"switc...perldoc.perl.org/functions/break.txtRegistered: Sat Dec 13 04:25:21 UTC 2025 - 339 bytes - Viewed (0) -
shutdown.txt
=over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...perldoc.perl.org/functions/shutdown.txtRegistered: Sat Dec 13 13:45:10 UTC 2025 - 813 bytes - Viewed (0) -
setsockopt.txt
=over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...perldoc.perl.org/functions/setsockopt.txtRegistered: Sat Dec 13 13:34:28 UTC 2025 - 604 bytes - Viewed (0) -
times.txt
=over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...perldoc.perl.org/functions/times.txtRegistered: Sat Dec 13 12:38:18 UTC 2025 - 362 bytes - Viewed (0) -
connect.txt
=over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...perldoc.perl.org/functions/connect.txtRegistered: Sat Dec 13 13:06:51 UTC 2025 - 308 bytes - Viewed (0)