- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2571 - 2580 of 3,813 for filetype:txt (0.05 sec)
-
perlfilter.txt
=head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...perldoc.perl.org/perlfilter.txtRegistered: Thu May 01 05:45:18 UTC 2025 - 21.7K bytes - Viewed (0) -
perlunifaq.txt
=head1 NAME perlunifaq - Perl Unicode FAQ =head1 Q and A This is a list of questions and answers about Unicode in Perl, intended to be read after L<perlunitut>. =head2 perlunitut isn't really a Uni...perldoc.perl.org/perlunifaq.txtRegistered: Thu May 01 06:56:02 UTC 2025 - 13.8K bytes - Viewed (0) -
perl5144delta.txt
=encoding utf8 =head1 NAME perl5144delta - what is new for perl v5.14.4 =head1 DESCRIPTION This document describes differences between the 5.14.3 release and the 5.14.4 release. If you are upgradin...perldoc.perl.org/perl5144delta.txtRegistered: Thu May 01 12:13:17 UTC 2025 - 6.2K bytes - Viewed (0) -
perl5383delta.txt
=encoding utf8 =head1 NAME perl5383delta - what is new for perl v5.38.3 =head1 DESCRIPTION This document describes differences between the 5.38.2 release and the 5.38.3 release. If you are upgradin...perldoc.perl.org/perl5383delta.txtRegistered: Thu May 01 06:17:57 UTC 2025 - 6.1K bytes - Viewed (0) -
perl5342delta.txt
=encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...perldoc.perl.org/perl5342delta.txtRegistered: Thu May 01 08:23:46 UTC 2025 - 3.9K bytes - Viewed (0) -
perlhurd.txt
# vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...perldoc.perl.org/perlhurd.txtRegistered: Thu May 01 10:55:19 UTC 2025 - 2K bytes - Viewed (0) -
${^OPEN}.txt
=over =item ${^OPEN} X<${^OPEN}> An internal variable used by L<PerlIO>. A string in two parts, separated by a C<\0> byte, the first part describes the input layers, the second part describes the o...perldoc.perl.org/variables/${^OPEN}.txtRegistered: Fri May 02 00:26:11 UTC 2025 - 1.4K bytes - Viewed (0) -
@INC.txt
=over =item @INC X<@INC> The array C<@INC> contains the list of places that the C<do EXPR>, C<require>, or C<use> constructs look for their library files. It initially consists of the arguments to ...perldoc.perl.org/variables/@INC.txtRegistered: Thu May 01 23:33:28 UTC 2025 - 987 bytes - Viewed (0) -
%!.txt
=over =item %OS_ERROR =item %ERRNO =item %! X<%!> X<%OS_ERROR> X<%ERRNO> Each element of C<%!> has a true value only if C<$!> is set to that value. For example, C<$!{ENOENT}> is true if and only if...perldoc.perl.org/variables/%!.txtRegistered: Fri May 02 00:10:58 UTC 2025 - 758 bytes - Viewed (0) -
${^RE_TRIE_MAXBUF}.txt
=over =item ${^RE_TRIE_MAXBUF} X<${^RE_TRIE_MAXBUF}> Controls how certain regex optimisations are applied and how much memory they utilize. This value by default is 65536 which corresponds to a 512...perldoc.perl.org/variables/${^RE_TRIE_MAXBUF}.txtRegistered: Fri May 02 06:55:54 UTC 2025 - 632 bytes - Viewed (0)