- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 316 for timestamp:[now/d-1d TO *] (0.03 sec)
-
system.txt
=over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...perldoc.perl.org/functions/system.txtRegistered: Thu Nov 21 11:47:41 UTC 2024 - 3.6K bytes - Viewed (0) -
semctl.txt
=over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...perldoc.perl.org/functions/semctl.txtRegistered: Thu Nov 21 13:23:35 UTC 2024 - 762 bytes - Viewed (0) -
send.txt
=over =item send SOCKET,MSG,FLAGS,TO X<send> =item send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar MSG to the SOCKET filehandle. Takes the same flags as the system ca...perldoc.perl.org/functions/send.txtRegistered: Thu Nov 21 09:04:35 UTC 2024 - 732 bytes - Viewed (0) -
msgctl.txt
=over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...perldoc.perl.org/functions/msgctl.txtRegistered: Thu Nov 21 10:17:58 UTC 2024 - 616 bytes - Viewed (0) -
prototype.txt
=over =item prototype FUNCTION X<prototype> =item prototype Returns the prototype of a function as a string (or L<C<undef>|/undef EXPR> if the function has no prototype). FUNCTION is a reference to...perldoc.perl.org/functions/prototype.txtRegistered: Thu Nov 21 14:15:02 UTC 2024 - 745 bytes - Viewed (0) -
setpriority.txt
=over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...perldoc.perl.org/functions/setpriority.txtRegistered: Thu Nov 21 09:18:18 UTC 2024 - 435 bytes - Viewed (0) -
__LINE__.txt
=over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187perldoc.perl.org/functions/__LINE__.txtRegistered: Thu Nov 21 06:05:41 UTC 2024 - 187 bytes - Viewed (0) -
no.txt
=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Thu Nov 21 12:27:55 UTC 2024 - 271 bytes - Viewed (0) -
__CLASS__.txt
=over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...perldoc.perl.org/functions/__CLASS__.txtRegistered: Thu Nov 21 16:59:13 UTC 2024 - 925 bytes - Viewed (0) -
untie.txt
=over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183perldoc.perl.org/functions/untie.txtRegistered: Thu Nov 21 17:15:50 UTC 2024 - 183 bytes - Viewed (0)