Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 220 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...
    perldoc.perl.org/functions/delete.txt
    Registered: Thu Jul 03 00:09:52 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  2. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Thu Jul 03 05:22:36 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  3. exists.txt

    =over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...
    perldoc.perl.org/functions/exists.txt
    Registered: Thu Jul 03 01:50:52 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. ioctl.txt

    =over =item ioctl FILEHANDLE,FUNCTION,SCALAR X<ioctl> Implements the L<ioctl(2)> function. You'll probably first have to say require "sys/ioctl.ph"; # probably in # $Config{archlib}/sys/ioctl.ph to...
    perldoc.perl.org/functions/ioctl.txt
    Registered: Thu Jul 03 03:29:58 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Thu Jul 03 03:49:48 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. sysseek.txt

    =over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...
    perldoc.perl.org/functions/sysseek.txt
    Registered: Thu Jul 03 02:38:12 UTC 2025
    - 1.9K 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: Thu Jul 03 02:30:16 UTC 2025
    - 220 bytes
    - Viewed (0)
  8. eval.txt

    =over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...
    perldoc.perl.org/functions/eval.txt
    Registered: Thu Jul 03 08:33:33 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  9. 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: Thu Jul 03 06:03:19 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  10. 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 Jul 03 11:14:50 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top