- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 229 for timestamp:[now/d-1d TO *] (0.04 sec)
-
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.txtRegistered: Tue Jul 08 18:04:22 UTC 2025 - 8.3K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 16:58:29 UTC 2025 - 5.1K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 16:16:15 UTC 2025 - 3.4K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 16:46:46 UTC 2025 - 2.3K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 19:12:39 UTC 2025 - 2.4K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 16:32:34 UTC 2025 - 1.2K bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 18:47:51 UTC 2025 - 938 bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 17:23:32 UTC 2025 - 711 bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 15:36:00 UTC 2025 - 495 bytes - Viewed (0) -
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.txtRegistered: Tue Jul 08 22:19:41 UTC 2025 - 9.4K bytes - Viewed (0)