Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. getservent.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/getservent.txt Similar Results (24)
    Registered: Fri Nov 07 00:54:03 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. undef.txt

    =over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...
    perldoc.perl.org/functions/undef.txt
    Registered: Fri Nov 07 03:14:18 UTC 2025
    - 1.1K bytes
    - Viewed (0)
  3. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Fri Nov 07 01:29:19 UTC 2025
    - 741 bytes
    - Viewed (0)
  4. 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: Fri Nov 07 09:39:17 UTC 2025
    - 7.7K bytes
    - Viewed (0)
  5. 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: Fri Nov 07 10:03:33 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  6. local.txt

    =over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because C<local> isn't what most people think of as "local". See L<perlsub/"Private Variables via ...
    perldoc.perl.org/functions/local.txt
    Registered: Fri Nov 07 09:27:28 UTC 2025
    - 1.4K 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: Fri Nov 07 03:43:24 UTC 2025
    - 445 bytes
    - Viewed (0)
  8. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Fri Nov 07 06:34:43 UTC 2025
    - 464 bytes
    - Viewed (0)
  9. semget.txt

    =over =item semget KEY,NSEMS,FLAGS X<semget> Calls the System V IPC function L<semget(2)>. Returns the semaphore id, or the undefined value on error. See also L<perlipc/"SysV IPC"> and the document...
    perldoc.perl.org/functions/semget.txt
    Registered: Fri Nov 07 03:35:16 UTC 2025
    - 325 bytes
    - Viewed (0)
  10. DESTROY.txt

    =over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91
    perldoc.perl.org/functions/DESTROY.txt
    Registered: Fri Nov 07 05:33:37 UTC 2025
    - 91 bytes
    - Viewed (0)
Back to top