Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 671 - 680 of 1,302 for label:perl (0.05 sec)

  1. @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.txt
    Registered: Tue Nov 19 08:07:16 UTC 2024
    - 293 bytes
    - Viewed (0)
  2. $^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.txt
    Registered: Tue Nov 19 06:30:17 UTC 2024
    - 241 bytes
    - Viewed (0)
  3. @_.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/@_.txt
    Registered: Tue Nov 19 03:30:27 UTC 2024
    - 247 bytes
    - Viewed (0)
  4. $-.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/$-.txt
    Registered: Tue Nov 19 08:40:02 UTC 2024
    - 237 bytes
    - Viewed (0)
  5. $[.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/$[.txt
    Registered: Tue Nov 19 08:52:24 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. %^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.txt
    Registered: Tue Nov 19 10:23:40 UTC 2024
    - 909 bytes
    - Viewed (0)
  7. ${^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}.txt
    Registered: Tue Nov 19 10:31:13 UTC 2024
    - 216 bytes
    - Viewed (0)
  8. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back 102
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Tue Nov 19 11:12:59 UTC 2024
    - 102 bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Nov 16 22:33:30 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat Nov 16 21:05:57 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top