- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 911 - 920 of 1,302 for label:perl (0.03 sec)
-
Test2::Compare::Regex.txt
package Test2::Compare::Regex; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '0.000162'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/; ...perldoc.perl.org/Test2::Compare::Regex.txtRegistered: Sun Nov 17 17:40:13 UTC 2024 - 1.5K bytes - Viewed (0) -
%-.txt
=over =item %{^CAPTURE_ALL} X<%{^CAPTURE_ALL}> =item %- X<%-> Similar to C<%+>, this variable allows access to the named capture groups in the last successful match in the currently active dynamic ...perldoc.perl.org/variables/%-.txtRegistered: Tue Nov 19 02:16:43 UTC 2024 - 1.6K 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: Tue Nov 19 04:11:52 UTC 2024 - 987 bytes - Viewed (0) -
$^O.txt
=over =item $OSNAME =item $^O X<$^O> X<$OSNAME> The name of the operating system under which this copy of Perl was built, as determined during the configuration process. For examples see L<perlport...perldoc.perl.org/variables/$^O.txtRegistered: Tue Nov 19 05:41:15 UTC 2024 - 670 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: Tue Nov 19 01:14:57 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: Tue Nov 19 04:20:42 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: Tue Nov 19 01:55:50 UTC 2024 - 574 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: Tue Nov 19 04:27:41 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: Tue Nov 19 01:08:40 UTC 2024 - 343 bytes - Viewed (0) -
CPAN::FirstTime.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...perldoc.perl.org/CPAN::FirstTime.txtRegistered: Fri Nov 15 13:19:26 UTC 2024 - 73K bytes - Viewed (0)