- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1881 - 1890 of 2,411 for filetype:txt (0.11 sec)
-
%!.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: Sat Nov 02 03:45:38 UTC 2024 - 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: Sat Nov 02 00:44:29 UTC 2024 - 632 bytes - Viewed (0) -
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Fri Nov 01 23:28:03 UTC 2024 - 562 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Fri Nov 01 22:28:30 UTC 2024 - 574 bytes - Viewed (0) -
$:.txt
=over =item IO::Handle->format_line_break_characters EXPR =item $FORMAT_LINE_BREAK_CHARACTERS =item $: X<$:> X<FORMAT_LINE_BREAK_CHARACTERS> The current set of characters after which a string may b...perldoc.perl.org/variables/$:.txtRegistered: Sat Nov 02 04:43:32 UTC 2024 - 520 bytes - Viewed (0) -
$&.txt
=over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...perldoc.perl.org/variables/$&.txtRegistered: Sat Nov 02 02:03:47 UTC 2024 - 382 bytes - Viewed (0) -
$^R.txt
=over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...perldoc.perl.org/variables/$^R.txtRegistered: Sat Nov 02 04:20:58 UTC 2024 - 343 bytes - Viewed (0) -
$^.txt
=over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...perldoc.perl.org/variables/$^.txtRegistered: Sat Nov 02 03:31:49 UTC 2024 - 385 bytes - Viewed (0) -
enc2xs.txt
#!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl BEGIN { # @INC poking...perldoc.perl.org/enc2xs.txtRegistered: Fri Nov 01 14:35:38 UTC 2024 - 41K bytes - Viewed (0) -
Digest::SHA.txt
package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...perldoc.perl.org/Digest::SHA.txtRegistered: Fri Nov 01 13:29:19 UTC 2024 - 21.8K bytes - Viewed (0)