- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,308 for host:perldoc.perl.org (0.41 sec)
-
$0.txt
=over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...perldoc.perl.org/variables/$0.txtRegistered: 2022-05-09 11:52 - 2.1K bytes - Viewed (0) -
$[.txt
=over =item $[ X<$[> This variable stores the index of the first element in an array, and of the first character in a substring. The default is 0, but you could theoretically set it to 1 to make Pe...perldoc.perl.org/variables/$[.txtRegistered: 2022-05-09 14:18 - 1.1K bytes - Viewed (0) -
${^ENCODING}.txt
=over =item ${^ENCODING} X<${^ENCODING}> This variable is no longer supported. It used to hold the I<object reference> to the C<Encode> object that was used to convert the source code to Unicode. I...perldoc.perl.org/variables/${^ENCODING}.txtRegistered: 2022-05-09 15:00 - 1.1K bytes - Viewed (0) -
%^H.txt
=over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantic as C<$^H>. This makes it useful for implementation of lexically scoped pragmas. See L<perlpragma>. All the entries are stri...perldoc.perl.org/variables/%^H.txtRegistered: 2022-05-09 14:15 - 711 bytes - Viewed (0) -
${^CHILD_ERROR_NATIVE}.txt
=over =item ${^CHILD_ERROR_NATIVE} X<$^CHILD_ERROR_NATIVE> The native status returned by the last pipe close, backtick (C<``>) command, successful call to C<wait()> or C<waitpid()>, or from the C<s...perldoc.perl.org/variables/${^CHILD_ERROR_NATIV...Registered: 2022-05-09 14:46 - 574 bytes - Viewed (0) -
$`.txt
=over =item $PREMATCH =item $` X<$`> X<$PREMATCH> X<${^PREMATCH}> The string preceding whatever was matched by the last successful pattern match, not counting any matches hidden within a BLOCK or C...perldoc.perl.org/variables/$`.txtRegistered: 2022-05-09 14:04 - 468 bytes - Viewed (0) -
${^UNICODE}.txt
=over =item ${^UNICODE} X<${^UNICODE}> Reflects certain Unicode settings of Perl. See L<perlrun|perlrun/-C [numberE<sol>list]> documentation for the C<-C> switch for more information about the poss...perldoc.perl.org/variables/${^UNICODE}.txtRegistered: 2022-05-09 15:18 - 331 bytes - Viewed (0) -
${^RE_DEBUG_FLAGS}.txt
=over =item ${^RE_DEBUG_FLAGS} X<${^RE_DEBUG_FLAGS}> The current value of the regex debugging flags. Set to 0 for no debug output even when the C<re 'debug'> module is loaded. See L<re> for details...perldoc.perl.org/variables/${^RE_DEBUG_FLAGS}.txtRegistered: 2022-05-09 13:35 - 251 bytes - Viewed (0) -
$ARGV.txt
=over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =backperldoc.perl.org/variables/$ARGV.txtRegistered: 2022-05-09 11:41 - 102 bytes - Viewed (0) -
% .txt
=over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...perldoc.perl.org/variables/% .txtRegistered: 2022-05-09 16:36 - 1.1K bytes - Viewed (0)