- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1821 - 1830 of 2,638 for host:perldoc.perl.org (0.07 sec)
-
perldeprecation - list Perl deprecations - Perl...
perldeprecation ( source , CPAN ) CONTENTS NAME DESCRIPTION Unscheduled Deprecations Unicode Delimiter Will be Paired...perldoc.perl.org/perldeprecationRegistered: Mon Jul 07 15:23:12 UTC 2025 - 58.6K bytes - Viewed (0) -
perl5402delta - what is new for perl v5.40.2 - ...
perl5402delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2024-56406] Heap buffer overflow vulnerabilit...perldoc.perl.org/perl5402deltaRegistered: Mon Jul 07 15:23:21 UTC 2025 - 21.5K bytes - Viewed (0) -
perl5380delta - what is new for perl v5.38.0 - ...
perl5380delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Core Enhancements New class Feature Unicode 15.0 is support...perldoc.perl.org/perl5380deltaRegistered: Mon Jul 07 15:23:50 UTC 2025 - 113.3K 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 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)