- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 396 for timestamp:[now/d-1d TO *] (0.02 sec)
-
sysseek.txt
=over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...perldoc.perl.org/functions/sysseek.txtRegistered: Tue Feb 18 10:05:45 UTC 2025 - 1.9K bytes - Viewed (0) -
local.txt
=over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...perldoc.perl.org/functions/local.txtRegistered: Tue Feb 18 12:35:24 UTC 2025 - 1.5K bytes - Viewed (0) -
opendir.txt
=over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...perldoc.perl.org/functions/opendir.txtRegistered: Tue Feb 18 10:19:59 UTC 2025 - 768 bytes - Viewed (0) -
accept.txt
=over =item accept NEWSOCKET,GENERICSOCKET X<accept> Accepts an incoming socket connect, just as L<accept(2)> does. Returns the packed address if it succeeded, false otherwise. See the example in L...perldoc.perl.org/functions/accept.txtRegistered: Tue Feb 18 09:51:36 UTC 2025 - 445 bytes - Viewed (0) -
semget.txt
=over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...perldoc.perl.org/functions/semget.txtRegistered: Tue Feb 18 14:07:37 UTC 2025 - 325 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: Tue Feb 18 12:49:02 UTC 2025 - 300 bytes - Viewed (0) -
open.txt
=over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...perldoc.perl.org/functions/open.txtRegistered: Tue Feb 18 19:00:04 UTC 2025 - 19.4K bytes - Viewed (0) -
endservent.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/endservent.txt Similar Results (7)Registered: Tue Feb 18 19:44:12 UTC 2025 - 7K 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: Tue Feb 18 18:40:03 UTC 2025 - 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: Tue Feb 18 16:10:17 UTC 2025 - 1.9K bytes - Viewed (0)