Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Mon Jan 12 04:04:41 UTC 2026
    - 393 bytes
    - Viewed (0)
  2. __LINE__.txt

    =over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187
    perldoc.perl.org/functions/__LINE__.txt
    Registered: Mon Jan 12 04:16:32 UTC 2026
    - 187 bytes
    - Viewed (0)
  3. 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: Mon Jan 12 06:01:35 UTC 2026
    - 183 bytes
    - Viewed (0)
  4. no.txt

    =over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...
    perldoc.perl.org/functions/no.txt
    Registered: Mon Jan 12 05:51:47 UTC 2026
    - 244 bytes
    - Viewed (0)
  5. 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/
    Registered: Mon Jan 12 14:35:47 UTC 2026
    - 16K bytes
    - Viewed (0)
  6. 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: Mon Jan 12 10:11:13 UTC 2026
    - 732 bytes
    - Viewed (0)
  7. listen.txt

    =over =item listen SOCKET,QUEUESIZE X<listen> Does the same thing that the L<listen(2)> system call does. Returns true if it succeeded, false otherwise. See the example in L<perlipc/"Sockets: Clien...
    perldoc.perl.org/functions/listen.txt
    Registered: Mon Jan 12 13:06:17 UTC 2026
    - 233 bytes
    - Viewed (0)
  8. system.txt

    =over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...
    perldoc.perl.org/functions/system.txt
    Registered: Mon Jan 12 16:46:52 UTC 2026
    - 3.5K bytes
    - Viewed (0)
  9. 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: Mon Jan 12 16:51:15 UTC 2026
    - 2.7K bytes
    - Viewed (0)
  10. __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: Mon Jan 12 15:22:32 UTC 2026
    - 909 bytes
    - Viewed (0)
Back to top