- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 671 - 680 of 1,302 for label:perl (0.04 sec)
-
@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) -
Locale::Maketext.txt
# Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...perldoc.perl.org/Locale::Maketext.txtRegistered: Sat Nov 16 22:33:30 UTC 2024 - 51.2K bytes - Viewed (0) -
IO::Uncompress::Bunzip2.txt
package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.212 qw(:Status ); use IO::Uncompress::Base 2.212 ; use IO::Uncompress::Adapter::Bunzip2 2.21...perldoc.perl.org/IO::Uncompress::Bunzip2.txtRegistered: Sat Nov 16 21:05:57 UTC 2024 - 25.5K bytes - Viewed (0)