Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 199 for timestamp:[now/d-1d TO *] (0.02 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: Thu Apr 03 00:06:39 UTC 2025
    - 183 bytes
    - Viewed (0)
  2. 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: Thu Apr 03 05:40:10 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  3. 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: Thu Apr 03 07:14:29 UTC 2025
    - 732 bytes
    - Viewed (0)
  4. getpgrp.txt

    =over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...
    perldoc.perl.org/functions/getpgrp.txt
    Registered: Thu Apr 03 06:57:15 UTC 2025
    - 478 bytes
    - Viewed (0)
  5. __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: Thu Apr 03 06:09:19 UTC 2025
    - 187 bytes
    - Viewed (0)
  6. 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: Thu Apr 03 05:17:27 UTC 2025
    - 271 bytes
    - Viewed (0)
  7. 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: Thu Apr 03 11:59:35 UTC 2025
    - 762 bytes
    - Viewed (0)
  8. 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: Thu Apr 03 14:46:19 UTC 2025
    - 616 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: Thu Apr 03 15:44:47 UTC 2025
    - 379 bytes
    - Viewed (0)
  10. encoding.txt

    # $Id: encoding.pm,v 3.00 2020/04/19 10:56:28 dankogai Exp $ package encoding; our $VERSION = sprintf "%d.%02d", q$Revision: 3.00 $ =~ /(\d+)/g; use Encode; use strict; use warnings; use Config; us...
    perldoc.perl.org/encoding.txt
    Registered: Thu Apr 03 22:05:47 UTC 2025
    - 22.4K bytes
    - Viewed (0)
Back to top