- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 1,120 for timestamp:[now/d-7d TO *] (0.09 sec)
-
our
=over =item our VARLIST X<our> X<global> =item our TYPE VARLIST =item our VARLIST : ATTRS =item our TYPE VARLIST : ATTRS C<our> makes a lexical alias to a package (i.e. global) variable of the same...perldoc.perl.org/5.43.6/functions/our Similar Results (5)Registered: Mon Jan 12 04:43:33 UTC 2026 - 4.6K bytes - Viewed (0) -
state
=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/5.40.0/functions/stateRegistered: Mon Jan 12 04:44:51 UTC 2026 - 1.9K bytes - Viewed (0) -
state
=over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS C<state> declares a lexically scoped variable, just like L<C<my>|/my VARLIST...perldoc.perl.org/5.42.0/functions/state Similar Results (2)Registered: Mon Jan 12 04:49:18 UTC 2026 - 1.9K bytes - Viewed (0) -
fcntl.txt
=over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...perldoc.perl.org/functions/fcntl.txtRegistered: Mon Jan 12 01:32:28 UTC 2026 - 1.5K 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: Mon Jan 12 01:06:47 UTC 2026 - 1.1K 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: Mon Jan 12 07:42:30 UTC 2026 - 2.2K 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: Mon Jan 12 09:51:16 UTC 2026 - 464 bytes - Viewed (0) -
or.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/functions/or.txt Similar Results (12)Registered: Mon Jan 12 07:21:17 UTC 2026 - 192 bytes - Viewed (0) -
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91perldoc.perl.org/functions/DESTROY.txtRegistered: Mon Jan 12 09:19:49 UTC 2026 - 91 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: Mon Jan 12 14:14:35 UTC 2026 - 1.9K bytes - Viewed (0)