- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 1,339 for content_length:[0 TO 9999] (0.05 sec)
-
getnetbyname.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/getnetbyname.txt Similar Results (27)Registered: Wed Mar 26 05:32:58 UTC 2025 - 7K bytes - Viewed (0) -
alarm.txt
=over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...perldoc.perl.org/functions/alarm.txtRegistered: Wed Mar 26 00:14:58 UTC 2025 - 2.3K bytes - Viewed (0) -
getsockopt.txt
=over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...perldoc.perl.org/functions/getsockopt.txtRegistered: Wed Mar 26 03:21:33 UTC 2025 - 1.6K bytes - Viewed (0) -
undef.txt
=over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...perldoc.perl.org/functions/undef.txtRegistered: Wed Mar 26 00:49:50 UTC 2025 - 1.1K bytes - Viewed (0) -
shmwrite.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/shmwrite.txtRegistered: Wed Mar 26 01:34:29 UTC 2025 - 769 bytes - Viewed (0) -
getsockname.txt
=over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...perldoc.perl.org/functions/getsockname.txtRegistered: Wed Mar 26 01:20:36 UTC 2025 - 464 bytes - Viewed (0) -
semget.txt
=over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...perldoc.perl.org/functions/semget.txtRegistered: Wed Mar 26 02:58:56 UTC 2025 - 325 bytes - Viewed (0) -
bind.txt
=over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...perldoc.perl.org/functions/bind.txtRegistered: Wed Mar 26 05:11:16 UTC 2025 - 300 bytes - Viewed (0) -
try.txt
=over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184perldoc.perl.org/functions/try.txt Similar Results (2)Registered: Wed Mar 26 07:42:22 UTC 2025 - 184 bytes - Viewed (0) -
unless.txt
=over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194perldoc.perl.org/functions/unless.txt Similar Results (7)Registered: Wed Mar 26 06:24:25 UTC 2025 - 194 bytes - Viewed (0)