Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 118 for timestamp:[now/d-1M TO *] (0.1 sec)

  1. 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: Sun Oct 26 00:45:41 UTC 2025
    - 938 bytes
    - Viewed (0)
  2. 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: Sun Oct 26 00:25:13 UTC 2025
    - 711 bytes
    - Viewed (0)
  3. 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: Sun Oct 26 17:04:13 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  4. 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: Sun Oct 26 02:28:15 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  5. delete.txt

    =over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, C<delete> deletes the specified elements from that hash so that L<C<exists>|/exists EXPR> on that...
    perldoc.perl.org/functions/delete.txt
    Registered: Sun Oct 26 09:27:58 UTC 2025
    - 3.4K 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: Sun Oct 26 06:37:54 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  7. 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: Sun Oct 26 07:46:13 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  8. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Sun Oct 26 05:58:41 UTC 2025
    - 686 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: Sun Oct 26 06:56:36 UTC 2025
    - 495 bytes
    - Viewed (0)
  10. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Sun Oct 26 12:14:53 UTC 2025
    - 229 bytes
    - Viewed (0)
Back to top