Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 1,210 for timestamp:[now/d-7d TO *] (0.04 sec)

  1. 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 183
    perldoc.perl.org/functions/untie.txt
    Registered: Tue Oct 07 06:55:34 UTC 2025
    - 183 bytes
    - Viewed (0)
  2. kill.txt

    =over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...
    perldoc.perl.org/functions/kill.txt
    Registered: Tue Oct 07 12:14:11 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  3. 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/ Similar Results (1)
    Registered: Tue Oct 07 15:29:37 UTC 2025
    - 15.7K bytes
    - Viewed (0)
  4. __CLASS__.txt

    =over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...
    perldoc.perl.org/functions/__CLASS__.txt
    Registered: Tue Oct 07 15:59:39 UTC 2025
    - 909 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Tue Oct 07 13:44:59 UTC 2025
    - 732 bytes
    - Viewed (0)
  6. 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.txt
    Registered: Tue Oct 07 14:35:53 UTC 2025
    - 616 bytes
    - Viewed (0)
  7. setpriority.txt

    =over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...
    perldoc.perl.org/functions/setpriority.txt
    Registered: Tue Oct 07 12:21:18 UTC 2025
    - 435 bytes
    - Viewed (0)
  8. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Tue Oct 07 11:25:30 UTC 2025
    - 407 bytes
    - Viewed (0)
  9. 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.txt
    Registered: Tue Oct 07 13:18:37 UTC 2025
    - 379 bytes
    - Viewed (0)
  10. 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.txt
    Registered: Tue Oct 07 19:59:02 UTC 2025
    - 762 bytes
    - Viewed (0)
Back to top