- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 2,615 for host:perldoc.perl.org (0.03 sec)
-
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: Thu Nov 21 09:09:17 UTC 2024 - 561 bytes - Viewed (0) -
shmget.txt
=over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...perldoc.perl.org/functions/shmget.txtRegistered: Thu Nov 21 09:38:19 UTC 2024 - 293 bytes - Viewed (0) -
defined.txt
=over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...perldoc.perl.org/functions/defined.txtRegistered: Thu Nov 21 17:31:13 UTC 2024 - 2.8K bytes - Viewed (0) -
next.txt
=over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...perldoc.perl.org/functions/next.txtRegistered: Thu Nov 21 09:59:45 UTC 2024 - 1.4K bytes - Viewed (0) -
formline.txt
=over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...perldoc.perl.org/functions/formline.txtRegistered: Thu Nov 21 14:08:28 UTC 2024 - 1.4K bytes - Viewed (0) -
scalar.txt
=over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...perldoc.perl.org/functions/scalar.txtRegistered: Thu Nov 21 17:38:23 UTC 2024 - 1K 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: Thu Nov 21 14:00:33 UTC 2024 - 809 bytes - Viewed (0) -
shmread.txt
=over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...perldoc.perl.org/functions/shmread.txt Similar Results (1)Registered: Thu Nov 21 09:46:16 UTC 2024 - 769 bytes - Viewed (0) -
localtime.txt
=over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...perldoc.perl.org/functions/localtime.txtRegistered: Fri Nov 22 10:00:03 UTC 2024 - 2.8K bytes - Viewed (0) -
package.txt
=over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...perldoc.perl.org/functions/package.txtRegistered: Thu Nov 21 18:06:45 UTC 2024 - 2.5K bytes - Viewed (0)