- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 5901 - 5910 of 6,532 for content_length:[0 TO 9999] (0.08 sec)
-
sqrt.txt
=over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...perldoc.perl.org/functions/sqrt.txtRegistered: Tue Jul 08 15:00:31 UTC 2025 - 325 bytes - Viewed (0) -
exp.txt
=over =item exp EXPR X<exp> X<exponential> X<antilog> X<antilogarithm> X<e> =item exp Returns I<e> (the natural logarithm base) to the power of EXPR. If EXPR is omitted, gives C<exp($_)>. =back 197perldoc.perl.org/functions/exp.txtRegistered: Tue Jul 08 18:13:26 UTC 2025 - 197 bytes - Viewed (0) -
sleep.txt
=over =item sleep EXPR X<sleep> X<pause> =item sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given. Returns the integer number of seconds actually slept....perldoc.perl.org/functions/sleep.txtRegistered: Wed Jul 09 01:32:00 UTC 2025 - 1.8K bytes - Viewed (0) -
readdir.txt
=over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...perldoc.perl.org/functions/readdir.txtRegistered: Wed Jul 09 02:04:40 UTC 2025 - 1.5K bytes - Viewed (0) -
next.txt
=over =item next LABEL X<next> X<continue> =item next EXPR =item next The C<next> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: while (<STDIN>) { n...perldoc.perl.org/functions/next.txtRegistered: Wed Jul 09 01:03:42 UTC 2025 - 1.4K bytes - Viewed (0) -
recv.txt
=over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...perldoc.perl.org/functions/recv.txtRegistered: Wed Jul 09 00:57:00 UTC 2025 - 809 bytes - Viewed (0) -
semop.txt
=over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...perldoc.perl.org/functions/semop.txtRegistered: Wed Jul 09 00:19:34 UTC 2025 - 815 bytes - Viewed (0) -
wait.txt
=over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...perldoc.perl.org/functions/wait.txtRegistered: Wed Jul 09 01:58:37 UTC 2025 - 745 bytes - Viewed (0) -
socket.txt
=over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...perldoc.perl.org/functions/socket.txtRegistered: Wed Jul 09 03:26:57 UTC 2025 - 561 bytes - Viewed (0) -
field.txt
=over =item field VARNAME X<field> Declares a new field variable within the current class. Methods and C<ADJUST> blocks of the class will have access to this variable as if it was a lexical in scop...perldoc.perl.org/functions/field.txtRegistered: Wed Jul 09 04:10:13 UTC 2025 - 223 bytes - Viewed (0)