- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 199 for timestamp:[now/d-1d TO *] (0.02 sec)
-
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 Apr 03 00:06:39 UTC 2025 - 183 bytes - Viewed (0) -
qx/STRING/ - Perldoc Browser
functions / qx/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...perldoc.perl.org/functions/qx/STRING/Registered: Thu Apr 03 05:40:10 UTC 2025 - 21.9K 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 Apr 03 07:14:29 UTC 2025 - 732 bytes - Viewed (0) -
getpgrp.txt
=over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...perldoc.perl.org/functions/getpgrp.txtRegistered: Thu Apr 03 06:57:15 UTC 2025 - 478 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 Apr 03 06:09:19 UTC 2025 - 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 Apr 03 05:17:27 UTC 2025 - 271 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 Apr 03 11:59:35 UTC 2025 - 762 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 Apr 03 14:46:19 UTC 2025 - 616 bytes - Viewed (0) -
gmtime.txt
=over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...perldoc.perl.org/functions/gmtime.txtRegistered: Thu Apr 03 15:44:47 UTC 2025 - 379 bytes - Viewed (0) -
encoding.txt
# $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...perldoc.perl.org/encoding.txtRegistered: Thu Apr 03 22:05:47 UTC 2025 - 22.4K bytes - Viewed (0)