- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 21 - 30 of 286 for timestamp:[now/d-1d TO *] (0.04 sec)
-
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: Wed Nov 20 18:00:51 UTC 2024 - 3.6K 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: Wed Nov 20 18:17:02 UTC 2024 - 938 bytes - Viewed (0) -
perlrepository.txt
=encoding utf8 =head1 NAME perlrepository - Links to current information on the Perl source repository =head1 DESCRIPTION Perl's source code is stored in a Git repository. See L<perlhack> for an ex...perldoc.perl.org/perlrepository.txtRegistered: Wed Nov 20 11:34:29 UTC 2024 - 509 bytes - Viewed (0) -
perltodo.txt
=head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...perldoc.perl.org/perltodo.txtRegistered: Wed Nov 20 11:10:03 UTC 2024 - 372 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 11:03:23 UTC 2024 - 294 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 23:54:44 UTC 2024 - 19.4K 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: Thu Nov 21 02:20:45 UTC 2024 - 8.4K 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: Thu Nov 21 02:28:43 UTC 2024 - 5.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: Wed Nov 20 21:48:59 UTC 2024 - 4.6K 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: Wed Nov 20 23:19:30 UTC 2024 - 2.4K bytes - Viewed (0)