- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 299 for timestamp:[now/d-1d TO *] (0.01 sec)
-
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =backperldoc.perl.org/functions/DESTROY.txtRegistered: 2023-10-04 06:08 - 91 bytes - Viewed (0) -
AUTOLOAD.txt
=over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =backperldoc.perl.org/functions/AUTOLOAD.txtRegistered: 2023-10-04 06:34 - 85 bytes - Viewed (0) -
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 L<C<sort>|/so...perldoc.perl.org/functions/sort.txtRegistered: 2023-10-03 07:32 - 8.4K bytes - Viewed (0) -
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.txtRegistered: 2023-10-03 10:17 - 4.6K 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: 2023-10-03 09:43 - 3.6K bytes - Viewed (0) -
delete.txt
=over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...perldoc.perl.org/functions/delete.txtRegistered: 2023-10-03 07:54 - 3.4K bytes - Viewed (0) -
unpack.txt
=over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...perldoc.perl.org/functions/unpack.txtRegistered: 2023-10-03 07:47 - 2.4K bytes - Viewed (0) -
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.txtRegistered: 2023-10-03 09:50 - 1.9K 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: 2023-10-03 06:01 - 938 bytes - Viewed (0) -
unlink.txt
=over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...perldoc.perl.org/functions/unlink.txtRegistered: 2023-10-03 10:10 - 1K bytes - Viewed (0)