Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 316 for timestamp:[now/d-1d TO *] (0.02 sec)

  1. perlsolaris.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlsolaris.txt
    Registered: Sat Aug 30 23:33:45 UTC 2025
    - 29.1K bytes
    - Viewed (0)
  2. 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)
  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: Sun Aug 31 03:09:23 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. perlretut.txt

    =head1 NAME perlretut - Perl regular expressions tutorial =head1 DESCRIPTION This page provides a basic tutorial on understanding, creating and using regular expressions in Perl. It serves as a com...
    perldoc.perl.org/perlretut.txt
    Registered: Sat Aug 30 12:09:18 UTC 2025
    - 120.5K bytes
    - Viewed (0)
  10. perlreapi.txt

    =head1 NAME perlreapi - Perl regular expression plugin interface =head1 DESCRIPTION As of Perl 5.9.5 there is a new interface for plugging and using regular expression engines other than the defaul...
    perldoc.perl.org/perlreapi.txt
    Registered: Sat Aug 30 13:08:47 UTC 2025
    - 34.7K bytes
    - Viewed (0)
Back to top