Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 21 - 30 of 1,308 for host:perldoc.perl.org (0.02 sec)

  1. $-.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: Thu May 02 08:52:37 UTC 2024
    - 237 bytes
    - Viewed (0)
  2. $ARGV.txt

    =over =item $ARGV X<$ARGV> Contains the name of the current file when reading from C<< <> >>. =back
    perldoc.perl.org/variables/$ARGV.txt
    Registered: Thu May 02 10:38:53 UTC 2024
    - 102 bytes
    - Viewed (0)
  3. $[.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: Thu May 02 14:05:17 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. ${^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}.txt
    Registered: Thu May 02 12:51:56 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. %^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: Thu May 02 13:26:24 UTC 2024
    - 909 bytes
    - Viewed (0)
  6. $#.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/$#.txt
    Registered: Thu May 02 13:42:39 UTC 2024
    - 481 bytes
    - Viewed (0)
  7. ${^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}.txt
    Registered: Thu May 02 13:35:28 UTC 2024
    - 331 bytes
    - Viewed (0)
  8. ExtUtils::MM_OS390 - OS390 specific subclass of...

    ExtUtils::MM_OS390 ( source , CPAN ) version 7.70 CONTENTS NAME SYNOPSIS DESCRIPTION Overriden methods AUTHOR SEE ALS...
    perldoc.perl.org/ExtUtils::MM_OS390
    Registered: Fri May 03 11:51:16 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  9. Encode::Unicode::UTF7 -- UTF-7 encoding - Perld...

    Encode::Unicode::UTF7 ( source , CPAN ) version 2.10 CONTENTS NAME SYNOPSIS ABSTRACT In Practice SEE ALSO # NAME Enco...
    perldoc.perl.org/Encode::Unicode::UTF7
    Registered: Fri May 03 11:51:44 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  10. AutoLoader - load subroutines only on demand - ...

    AutoLoader ( source , CPAN ) version 5.74 CONTENTS NAME SYNOPSIS DESCRIPTION Subroutine Stubs Using AutoLoader's AUTO...
    perldoc.perl.org/AutoLoader
    Registered: Fri May 03 11:45:00 UTC 2024
    - 34.9K bytes
    - Viewed (0)
Back to top