- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 318 for timestamp:[now/d-1d TO *] (0.02 sec)
-
int.txt
=over =item int EXPR X<int> X<integer> X<truncate> X<trunc> X<floor> =item int Returns the integer portion of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. You should not use this function fo...perldoc.perl.org/functions/int.txtRegistered: Thu Nov 21 05:39:44 UTC 2024 - 760 bytes - Viewed (0) -
truncate.txt
=over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...perldoc.perl.org/functions/truncate.txtRegistered: Thu Nov 21 05:20:12 UTC 2024 - 573 bytes - Viewed (0) -
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: Thu Nov 21 10:12:46 UTC 2024 - 356 bytes - Viewed (0) -
__FILE__.txt
=over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 199perldoc.perl.org/functions/__FILE__.txtRegistered: Thu Nov 21 05:57:59 UTC 2024 - 199 bytes - Viewed (0) -
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Thu Nov 21 04:59:35 UTC 2024 - 183 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: Thu Nov 21 10:42:50 UTC 2024 - 174 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: Thu Nov 21 15:37:11 UTC 2024 - 1.9K 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: Thu Nov 21 13:31:32 UTC 2024 - 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: Thu Nov 21 13:54:21 UTC 2024 - 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: Thu Nov 21 10:55:48 UTC 2024 - 410 bytes - Viewed (0)