Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 292 for host:perldoc.perl.org (0.01 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. $`.txt

    =over =item $PREMATCH =item $` X<$`> X<$PREMATCH> The string preceding whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). See L</Performance issu...
    perldoc.perl.org/variables/$`.txt
    Registered: Thu May 02 09:50:26 UTC 2024
    - 421 bytes
    - Viewed (0)
  3. %ENV.txt

    =over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...
    perldoc.perl.org/variables/%ENV.txt
    Registered: Thu May 02 10:12:42 UTC 2024
    - 746 bytes
    - Viewed (0)
  4. $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)
  5. $'.txt

    =over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...
    perldoc.perl.org/variables/$'.txt
    Registered: Thu May 02 11:10:13 UTC 2024
    - 528 bytes
    - Viewed (0)
  6. perlexperiment.txt

    =encoding utf-8 =head1 NAME perlexperiment - A listing of experimental features in Perl =head1 DESCRIPTION This document lists the current and past experimental features in the perl core. Although ...
    perldoc.perl.org/perlexperiment.txt
    Registered: Thu May 02 02:27:39 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  7. $^V.txt

    =over =item $PERL_VERSION =item $^V X<$^V> X<$PERL_VERSION> =for comment These are documented in the generated file lib/Config.pod. This looks like as good a place as any to give notice that they a...
    perldoc.perl.org/variables/$^V.txt
    Registered: Thu May 02 07:39:40 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. $^N.txt

    =over =item $LAST_SUBMATCH_RESULT =item $^N X<$^N> X<$LAST_SUBMATCH_RESULT> The text matched by the used group most-recently closed (i.e. the group with the rightmost closing parenthesis) of the la...
    perldoc.perl.org/variables/$^N.txt
    Registered: Thu May 02 05:01:16 UTC 2024
    - 1009 bytes
    - Viewed (0)
  9. @{^CAPTURE}.txt

    =over =item @{^CAPTURE} X<@{^CAPTURE}> X<@^CAPTURE> An array which exposes the contents of the capture buffers, if any, of the last successful pattern match, not counting patterns matched in nested...
    perldoc.perl.org/variables/@{^CAPTURE}.txt
    Registered: Thu May 02 04:46:56 UTC 2024
    - 932 bytes
    - Viewed (0)
  10. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Thu May 02 07:04:33 UTC 2024
    - 510 bytes
    - Viewed (0)
Back to top