- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3691 - 3700 of 6,887 for content_length:[0 TO 9999] (0.29 sec)
-
getpeername.txt
=over =item getpeername SOCKET X<getpeername> X<peer> Returns the packed sockaddr address of the other end of the SOCKET connection. use Socket; my $hersockaddr = getpeername($sock); my ($port, $ia...perldoc.perl.org/functions/getpeername.txtRegistered: Sat Apr 19 00:26:24 UTC 2025 - 356 bytes - Viewed (0) -
reset.txt
=over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...perldoc.perl.org/functions/reset.txtRegistered: Sat Apr 19 05:28:25 UTC 2025 - 1.1K bytes - Viewed (0) -
getppid.txt
=over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...perldoc.perl.org/functions/getppid.txtRegistered: Sat Apr 19 03:01:56 UTC 2025 - 428 bytes - Viewed (0) -
import.txt
=over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...perldoc.perl.org/functions/import.txtRegistered: Sat Apr 19 07:11:45 UTC 2025 - 410 bytes - Viewed (0) -
msgget.txt
=over =item msgget KEY,FLAGS X<msgget> Calls the System V IPC function L<msgget(2)>. Returns the message queue id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the docume...perldoc.perl.org/functions/msgget.txtRegistered: Sat Apr 19 06:49:57 UTC 2025 - 315 bytes - Viewed (0) -
ref.txt
=over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...perldoc.perl.org/functions/ref.txtRegistered: Sat Apr 19 12:05:29 UTC 2025 - 2.6K bytes - Viewed (0) -
state.txt
=over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...perldoc.perl.org/functions/state.txtRegistered: Sat Apr 19 11:43:48 UTC 2025 - 1.9K bytes - Viewed (0) -
time.txt
=over =item time X<time> X<epoch> Returns the number of non-leap seconds since whatever time the system considers to be the epoch, suitable for feeding to L<C<gmtime>|/gmtime EXPR> and L<C<localtim...perldoc.perl.org/functions/time.txtRegistered: Sat Apr 19 12:33:37 UTC 2025 - 853 bytes - Viewed (0) -
getlogin.txt
=over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...perldoc.perl.org/functions/getlogin.txtRegistered: Sat Apr 19 11:20:54 UTC 2025 - 462 bytes - Viewed (0) -
when.txt
=over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174perldoc.perl.org/functions/when.txt Similar Results (2)Registered: Sat Apr 19 09:21:21 UTC 2025 - 174 bytes - Viewed (0)