Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 1,210 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of C<sort> is un...
    perldoc.perl.org/functions/sort.txt
    Registered: Tue Oct 07 00:15:45 UTC 2025
    - 8.3K 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: Tue Oct 07 00:45:51 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  3. 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: Tue Oct 07 02:18:36 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. log.txt

    =over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...
    perldoc.perl.org/functions/log.txt
    Registered: Tue Oct 07 02:57:01 UTC 2025
    - 495 bytes
    - Viewed (0)
  5. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Tue Oct 07 04:37:14 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  6. 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: Tue Oct 07 04:28:32 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  7. 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: Tue Oct 07 08:07:01 UTC 2025
    - 1.9K 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: Tue Oct 07 06:25:36 UTC 2025
    - 1.6K bytes
    - Viewed (0)
  9. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Tue Oct 07 09:08:16 UTC 2025
    - 508 bytes
    - Viewed (0)
  10. 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: Tue Oct 07 07:28:36 UTC 2025
    - 464 bytes
    - Viewed (0)
Back to top