Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 212 for timestamp:[now/d-1d 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 Jul 08 18:04:22 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. 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 Jul 08 16:58:29 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  3. crypt.txt

    =over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...
    perldoc.perl.org/functions/crypt.txt
    Registered: Tue Jul 08 16:16:15 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  4. unpack.txt

    =over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE C<unpack> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a list of values. (In scalar...
    perldoc.perl.org/functions/unpack.txt
    Registered: Tue Jul 08 16:46:46 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  5. 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 Jul 08 19:12:39 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  6. pos.txt

    =over =item pos SCALAR X<pos> X<match, position> =item pos Returns the offset of where the last C<m//g> search left off for the variable in question (L<C<$_>|perlvar/$_> is used when the variable i...
    perldoc.perl.org/functions/pos.txt
    Registered: Tue Jul 08 16:32:34 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. hex.txt

    =over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...
    perldoc.perl.org/functions/hex.txt
    Registered: Tue Jul 08 18:47:51 UTC 2025
    - 938 bytes
    - Viewed (0)
  8. chr.txt

    =over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...
    perldoc.perl.org/functions/chr.txt
    Registered: Tue Jul 08 17:23:32 UTC 2025
    - 711 bytes
    - Viewed (0)
  9. 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 Jul 08 15:36:00 UTC 2025
    - 495 bytes
    - Viewed (0)
  10. 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: Tue Jul 08 22:19:41 UTC 2025
    - 9.4K bytes
    - Viewed (0)
Back to top