Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5351 - 5360 of about 10,000 for timestamp:[now/d-1M TO *] (0.22 sec)

  1. 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 Nov 06 21:14:23 UTC 2025
    - 2.2K 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. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Thu Nov 06 20:48:27 UTC 2025
    - 1008 bytes
    - Viewed (0)
  4. 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)
  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: Thu Nov 06 22:26:19 UTC 2025
    - 536 bytes
    - Viewed (0)
  6. 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: Thu Nov 06 19:58:02 UTC 2025
    - 220 bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top