Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 2,615 for host:perldoc.perl.org (0.12 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: Tue Nov 19 08:40:02 UTC 2024
    - 237 bytes
    - Viewed (0)
  2. $[.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)
  3. %^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)
  4. ${^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)
  5. $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)
  6. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Fri Nov 15 14:33:52 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  7. pop - Perldoc Browser

    functions / pop ( source , CPAN ) # pop ARRAY # pop Removes and returns the last element of the array, shortening the...
    perldoc.perl.org/functions/pop
    Registered: Fri Nov 15 12:04:21 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  8. evalbytes - Perldoc Browser

    functions / evalbytes ( source , CPAN ) # evalbytes EXPR # evalbytes This function is similar to a string eval , exce...
    perldoc.perl.org/functions/evalbytes
    Registered: Fri Nov 15 12:04:39 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. split - Perldoc Browser

    functions / split ( source , CPAN ) # split /PATTERN/,EXPR,LIMIT # split /PATTERN/,EXPR # split /PATTERN/ # split Spl...
    perldoc.perl.org/functions/split
    Registered: Fri Nov 15 12:04:55 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  10. sleep - Perldoc Browser

    functions / sleep ( source , CPAN ) # sleep EXPR # sleep Causes the script to sleep for (integer) EXPR seconds, or fo...
    perldoc.perl.org/functions/sleep
    Registered: Fri Nov 15 12:12:36 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top