- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 3,197 for filetype:txt (0.06 sec)
-
${^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: Tue Nov 19 08:26:04 UTC 2024 - 1.1K bytes - Viewed (0) -
$^E.txt
=over =item $EXTENDED_OS_ERROR =item $^E X<$^E> X<$EXTENDED_OS_ERROR> Error information specific to the current operating system. At the moment, this differs from C<L</$!>> under only VMS, OS/2, an...perldoc.perl.org/variables/$^E.txtRegistered: Tue Nov 19 06:45:30 UTC 2024 - 1.1K 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_NATIVE}.txtRegistered: Tue Nov 19 06:39:25 UTC 2024 - 574 bytes - Viewed (0) -
$#.txt
=over =item $# X<$#> C<$#> was a variable that could be used to format printed numbers. After a deprecation cycle, its magic was removed in Perl v5.10.0 and using it now triggers a warning: C<$# is...perldoc.perl.org/variables/$#.txtRegistered: Tue Nov 19 08:42:59 UTC 2024 - 481 bytes - Viewed (0) -
$,.txt
=over =item IO::Handle->output_field_separator( EXPR ) =item $OUTPUT_FIELD_SEPARATOR =item $OFS =item $, X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR> The output field separator for the print operator. ...perldoc.perl.org/variables/$,.txtRegistered: Tue Nov 19 08:33:23 UTC 2024 - 486 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: Tue Nov 19 07:47:27 UTC 2024 - 331 bytes - Viewed (0) -
@ARGV.txt
=over =item @ARGV X<@ARGV> The array C<@ARGV> contains the command-line arguments intended for the script. C<$#ARGV> is generally the number of arguments minus one, because C<$ARGV[0]> is the first...perldoc.perl.org/variables/@ARGV.txtRegistered: Tue Nov 19 08:07:16 UTC 2024 - 293 bytes - Viewed (0) -
$^T.txt
=over =item $BASETIME =item $^T X<$^T> X<$BASETIME> The time at which the program began running, in seconds since the epoch (beginning of 1970). The values returned by the B<-M>, B<-A>, and B<-C> f...perldoc.perl.org/variables/$^T.txtRegistered: Tue Nov 19 06:30:17 UTC 2024 - 241 bytes - Viewed (0) -
@_.txt
=over =item @ARG =item @_ X<@_> X<@ARG> Within a subroutine the array C<@_> contains the parameters passed to that subroutine. Inside a subroutine, C<@_> is the default array for the array operator...perldoc.perl.org/variables/@_.txtRegistered: Tue Nov 19 03:30:27 UTC 2024 - 247 bytes - Viewed (0) -
$-.txt
=over =item HANDLE->format_lines_left(EXPR) =item $FORMAT_LINES_LEFT =item $- X<$-> X<$FORMAT_LINES_LEFT> The number of lines left on the page of the currently selected output channel. Mnemonic: li...perldoc.perl.org/variables/$-.txtRegistered: Tue Nov 19 08:40:02 UTC 2024 - 237 bytes - Viewed (0)