- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1041 - 1050 of 3,197 for filetype:txt (0.07 sec)
-
$,.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) -
$[.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: Tue Nov 19 08:52:24 UTC 2024 - 1.1K bytes - Viewed (0) -
%^H.txt
=over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...perldoc.perl.org/variables/%^H.txtRegistered: Tue Nov 19 10:23:40 UTC 2024 - 909 bytes - Viewed (0) -
${^WIN32_SLOPPY_STAT}.txt
=over =item ${^WIN32_SLOPPY_STAT} X<${^WIN32_SLOPPY_STAT}> X<sitecustomize> X<sitecustomize.pl> This variable no longer has any function. This variable was added in Perl v5.10.0 and removed in Perl...perldoc.perl.org/variables/${^WIN32_SLOPPY_STAT}.txtRegistered: Tue Nov 19 10:31:13 UTC 2024 - 216 bytes - Viewed (0) -
$ARGV.txt
=over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back 102perldoc.perl.org/variables/$ARGV.txtRegistered: Tue Nov 19 11:12:59 UTC 2024 - 102 bytes - Viewed (0)