Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 286 for timestamp:[now/d-1y TO *] (0.05 sec)

  1. perl585delta.txt

    =head1 NAME perl585delta - what is new for perl v5.8.5 =head1 DESCRIPTION This document describes differences between the 5.8.4 release and the 5.8.5 release. =head1 Incompatible Changes There are ...
    perldoc.perl.org/perl585delta.txt
    Registered: Sun Aug 31 00:45:57 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  2. 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 Aug 31 03:09:23 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  3. 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 Aug 31 06:32:12 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  4. 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 Aug 31 02:35:43 UTC 2025
    - 938 bytes
    - Viewed (0)
  5. 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 Aug 31 02:32:02 UTC 2025
    - 711 bytes
    - Viewed (0)
  6. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Sun Aug 31 00:02:36 UTC 2025
    - 294 bytes
    - Viewed (0)
  7. 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 Aug 31 05:30:39 UTC 2025
    - 229 bytes
    - Viewed (0)
  8. open.txt

    =over =item open FILEHANDLE,MODE,EXPR X<open> X<pipe> X<file, open> X<fopen> =item open FILEHANDLE,MODE,EXPR,LIST =item open FILEHANDLE,MODE,REFERENCE =item open FILEHANDLE,EXPR =item open FILEHAND...
    perldoc.perl.org/functions/open.txt
    Registered: Sun Aug 31 12:56:12 UTC 2025
    - 19.2K 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: Sun Aug 31 11:06:53 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  10. 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: Sun Aug 31 11:19:57 UTC 2025
    - 2.3K bytes
    - Viewed (0)
Back to top