Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Sep 16 00:55:32 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  2. 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 Sep 16 02:02:02 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  3. 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 Sep 16 00:14:49 UTC 2025
    - 938 bytes
    - Viewed (0)
  4. 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 Sep 16 18:53:56 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  5. 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 Sep 16 18:12:02 UTC 2025
    - 2.3K 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 Sep 16 04:02:41 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  7. 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 Sep 16 17:10:15 UTC 2025
    - 1.8K 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 Sep 16 02:25:00 UTC 2025
    - 711 bytes
    - Viewed (0)
  9. opendir.txt

    =over =item opendir DIRHANDLE,EXPR X<opendir> Opens a directory named EXPR for processing by L<C<readdir>|/readdir DIRHANDLE>, L<C<telldir>|/telldir DIRHANDLE>, L<C<seekdir>|/seekdir DIRHANDLE,POS>...
    perldoc.perl.org/functions/opendir.txt
    Registered: Tue Sep 16 18:36:18 UTC 2025
    - 768 bytes
    - Viewed (0)
  10. chdir.txt

    =over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...
    perldoc.perl.org/functions/chdir.txt
    Registered: Tue Sep 16 16:49:35 UTC 2025
    - 739 bytes
    - Viewed (0)
Back to top