Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 2,899 for timestamp:[now/d-1M TO *] (0.03 sec)

  1. endhostent.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/endhostent.txt Similar Results (29)
    Registered: Sun Aug 17 03:31:25 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Sun Aug 17 05:07:03 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  3. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Sun Aug 17 17:31:41 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Sun Aug 17 18:57:32 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  5. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Sun Aug 17 11:11:27 UTC 2025
    - 809 bytes
    - Viewed (0)
  6. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sun Aug 17 14:56:10 UTC 2025
    - 293 bytes
    - Viewed (0)
  7. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Sun Aug 17 21:56:55 UTC 2025
    - 831 bytes
    - Viewed (0)
  8. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Sun Aug 17 22:09:36 UTC 2025
    - 815 bytes
    - Viewed (0)
  9. socket.txt

    =over =item socket SOCKET,DOMAIN,TYPE,PROTOCOL X<socket> Opens a socket of the specified kind and attaches it to filehandle SOCKET. DOMAIN, TYPE, and PROTOCOL are specified the same as for the sysc...
    perldoc.perl.org/functions/socket.txt
    Registered: Sun Aug 17 20:37:57 UTC 2025
    - 561 bytes
    - Viewed (0)
  10. if.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/if.txt Similar Results (7)
    Registered: Sun Aug 17 22:56:32 UTC 2025
    - 194 bytes
    - Viewed (0)
Back to top