Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 199 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Thu Apr 03 20:28:01 UTC 2025
    - 284.9K bytes
    - Viewed (0)
  2. use.txt

    =over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...
    perldoc.perl.org/functions/use.txt
    Registered: Thu Apr 03 03:52:45 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Thu Apr 03 00:58:19 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  4. getsockopt.txt

    =over =item getsockopt SOCKET,LEVEL,OPTNAME X<getsockopt> Queries the option named OPTNAME associated with SOCKET at a given LEVEL. Options may exist at multiple protocol levels depending on the so...
    perldoc.perl.org/functions/getsockopt.txt
    Registered: Thu Apr 03 01:45:35 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Thu Apr 03 03:43:55 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  6. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Thu Apr 03 01:22:00 UTC 2025
    - 529 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu Apr 03 00:14:15 UTC 2025
    - 445 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Thu Apr 03 02:44:42 UTC 2025
    - 300 bytes
    - Viewed (0)
  9. method.txt

    =over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...
    perldoc.perl.org/functions/method.txt
    Registered: Thu Apr 03 02:52:53 UTC 2025
    - 228 bytes
    - Viewed (0)
  10. 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 (28)
    Registered: Thu Apr 03 10:42:57 UTC 2025
    - 7K bytes
    - Viewed (0)
Back to top