- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 995 for timestamp:[now/d-7d TO *] (0.02 sec)
-
use.txt
=over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...perldoc.perl.org/functions/use.txtRegistered: Thu Nov 21 15:52:53 UTC 2024 - 7.9K 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: Thu Nov 21 08:37:25 UTC 2024 - 2.3K bytes - Viewed (0) -
bless.txt
=over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...perldoc.perl.org/functions/bless.txtRegistered: Thu Nov 21 12:34:23 UTC 2024 - 1.9K 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.txt Similar Results (1)Registered: Thu Nov 21 11:14:37 UTC 2024 - 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: Thu Nov 21 14:48:15 UTC 2024 - 464 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: Thu Nov 21 14:42:15 UTC 2024 - 300 bytes - Viewed (0) -
method.txt
=over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...perldoc.perl.org/functions/method.txtRegistered: Thu Nov 21 11:33:02 UTC 2024 - 228 bytes - Viewed (0) -
setpgrp.txt
=over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...perldoc.perl.org/functions/setpgrp.txtRegistered: Thu Nov 21 18:15:00 UTC 2024 - 529 bytes - Viewed (0) -
sub.txt
=over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...perldoc.perl.org/functions/sub.txtRegistered: Thu Nov 21 16:24:48 UTC 2024 - 536 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: Fri Nov 22 00:04:17 UTC 2024 - 184 bytes - Viewed (0)