Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 83 for host:perldoc.perl.org (0.01 sec)

  1. ${^LAST_SUCCESSFUL_PATTERN}.txt

    =over =item ${^LAST_SUCCESSFUL_PATTERN} The last successful pattern that matched in the current scope. The empty pattern defaults to matching to this. For instance: if (m/foo/ || m/bar/) { s//BLAH/...
    perldoc.perl.org/variables/${^LAST_SUCCESSFUL_PATTERN}.txt
    Registered: Fri May 17 20:56:51 UTC 2024
    - 435 bytes
    - Viewed (0)
  2. $a.txt

    =over =item $a =item $b X<$a> X<$b> Special package variables when using C<sort()>, see L<perlfunc/sort>. Because of this specialness C<$a> and C<$b> don't need to be declared (using C<use vars>, o...
    perldoc.perl.org/variables/$a.txt
    Registered: Fri May 17 16:58:01 UTC 2024
    - 394 bytes
    - Viewed (0)
  3. perllol.txt

    =head1 NAME perllol - Manipulating Arrays of Arrays in Perl =head1 DESCRIPTION =head2 Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array o...
    perldoc.perl.org/perllol.txt
    Registered: Fri May 17 16:06:35 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. $$.txt

    =over =item $PROCESS_ID =item $PID =item $$ X<$$> X<$PID> X<$PROCESS_ID> The process number of the Perl running this script. Though you I<can> set this variable, doing so is generally discouraged, ...
    perldoc.perl.org/variables/$$.txt
    Registered: Fri May 17 16:29:02 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. @ .txt

    =over =item @LAST_MATCH_END =item @+ X<@+> X<@LAST_MATCH_END> This array holds the offsets of the ends of the last successful match and any matching capture buffers that the pattern contains. (See ...
    perldoc.perl.org/variables/@ .txt
    Registered: Sat May 18 00:04:24 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. $<digits> ($1, $2, ...).txt

    =over =item $<I<digits>> ($1, $2, ...) X<$1> X<$2> X<$3> X<$I<digits>> Contains the subpattern from the corresponding set of capturing parentheses from the last successful pattern match in the curr...
    perldoc.perl.org/variables/$<digits> ($1, $2, ...).txt
    Registered: Fri May 17 22:37:57 UTC 2024
    - 511 bytes
    - Viewed (0)
  7. $ .txt

    =over =item $LAST_PAREN_MATCH =item $+ X<$+> X<$LAST_PAREN_MATCH> The text matched by the highest used capture group of the last successful search pattern. (See L</Scoping Rules of Regex Variables>...
    perldoc.perl.org/variables/$ .txt
    Registered: Sat May 18 00:46:40 UTC 2024
    - 586 bytes
    - Viewed (0)
  8. $^S.txt

    =over =item $EXCEPTIONS_BEING_CAUGHT =item $^S X<$^S> X<$EXCEPTIONS_BEING_CAUGHT> Current state of the interpreter. $^S State --------- ---------- undef Parsing module, eval, or main program true (...
    perldoc.perl.org/variables/$^S.txt
    Registered: Fri May 17 21:32:38 UTC 2024
    - 663 bytes
    - Viewed (0)
  9. ${^WARNING_BITS}.txt

    =over =item ${^WARNING_BITS} X<${^WARNING_BITS}> The current set of warning checks enabled by the C<use warnings> pragma. It has the same scoping as the C<$^H> and C<%^H> variables. The exact value...
    perldoc.perl.org/variables/${^WARNING_BITS}.txt
    Registered: Fri May 17 23:28:30 UTC 2024
    - 516 bytes
    - Viewed (0)
  10. ${^UTF8CACHE}.txt

    =over =item ${^UTF8CACHE} X<${^UTF8CACHE}> This variable controls the state of the internal UTF-8 offset caching code. 1 for on (the default), 0 for off, -1 to debug the caching code by checking al...
    perldoc.perl.org/variables/${^UTF8CACHE}.txt
    Registered: Fri May 17 23:40:13 UTC 2024
    - 468 bytes
    - Viewed (0)
Back to top