Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 203 for timestamp:[now/d-1d TO *] (0.04 sec)

  1. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Mon Feb 02 00:14:37 UTC 2026
    - 622 bytes
    - Viewed (0)
  2. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Mon Feb 02 00:03:19 UTC 2026
    - 297 bytes
    - Viewed (0)
  3. shutdown.txt

    =over =item shutdown SOCKET,HOW X<shutdown> Shuts down a socket connection in the manner indicated by HOW, which has the same interpretation as in the syscall of the same name. shutdown($socket, 0)...
    perldoc.perl.org/functions/shutdown.txt
    Registered: Mon Feb 02 01:09:34 UTC 2026
    - 813 bytes
    - Viewed (0)
  4. lock.txt

    =over =item lock THING X<lock> This function places an advisory lock on a shared variable or referenced object contained in I<THING> until the lock goes out of scope. The value returned is the scal...
    perldoc.perl.org/functions/lock.txt
    Registered: Mon Feb 02 01:22:36 UTC 2026
    - 550 bytes
    - Viewed (0)
  5. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Mon Feb 02 03:44:55 UTC 2026
    - 362 bytes
    - Viewed (0)
  6. exec.txt

    =over =item exec LIST X<exec> X<execute> =item exec PROGRAM LIST The C<exec> function executes a system command I<and never returns>; use L<C<system>|/system LIST> instead of C<exec> if you want it...
    perldoc.perl.org/functions/exec.txt
    Registered: Mon Feb 02 05:52:31 UTC 2026
    - 3.7K bytes
    - Viewed (0)
  7. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Mon Feb 02 04:51:33 UTC 2026
    - 604 bytes
    - Viewed (0)
  8. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Mon Feb 02 05:09:33 UTC 2026
    - 534 bytes
    - Viewed (0)
  9. msgsnd.txt

    =over =item msgsnd ID,MSG,FLAGS X<msgsnd> Calls the System V IPC function msgsnd to send the message MSG to the message queue ID. MSG must begin with the native long integer message type, followed ...
    perldoc.perl.org/functions/msgsnd.txt
    Registered: Mon Feb 02 04:04:58 UTC 2026
    - 506 bytes
    - Viewed (0)
  10. __PACKAGE__.txt

    =over =item __PACKAGE__ X<__PACKAGE__> A special token that returns the name of the package in which it occurs. =back 120
    perldoc.perl.org/functions/__PACKAGE__.txt
    Registered: Mon Feb 02 04:20:31 UTC 2026
    - 120 bytes
    - Viewed (0)
Back to top