Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1801 - 1810 of about 10,000 for timestamp:[now/d-1M TO *] (0.11 sec)

  1. getnetbyname.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/getnetbyname.txt Similar Results (29)
    Registered: Wed Jul 09 18:08:46 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  2. caller.txt

    =over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...
    perldoc.perl.org/functions/caller.txt
    Registered: Wed Jul 09 10:30:02 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. 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: Wed Jul 09 11:02:25 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  4. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Wed Jul 09 10:22:32 UTC 2025
    - 768 bytes
    - Viewed (0)
  5. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Wed Jul 09 07:21:15 UTC 2025
    - 536 bytes
    - Viewed (0)
  6. 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: Wed Jul 09 10:46:40 UTC 2025
    - 300 bytes
    - Viewed (0)
  7. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Wed Jul 09 07:39:32 UTC 2025
    - 220 bytes
    - Viewed (0)
  8. or.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/or.txt Similar Results (12)
    Registered: Wed Jul 09 18:01:47 UTC 2025
    - 192 bytes
    - Viewed (0)
  9. 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: Thu Jul 10 01:30:01 UTC 2025
    - 741 bytes
    - Viewed (0)
  10. try.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back 184
    perldoc.perl.org/functions/try.txt Similar Results (2)
    Registered: Thu Jul 10 01:53:12 UTC 2025
    - 184 bytes
    - Viewed (0)
Back to top