Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 105 for host:perldoc.perl.org (0.02 sec)

  1. ${^MATCH}.txt

    =over =item ${^MATCH} X<${^MATCH}> 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<$MATCH>) except tha...
    perldoc.perl.org/variables/${^MATCH}.txt
    Registered: Thu May 02 03:27:36 UTC 2024
    - 498 bytes
    - Viewed (0)
  2. perltodo.txt

    =head1 NAME perltodo - Link to the Perl to-do list =head1 DESCRIPTION The Perl 5 to-do list is maintained in the git repository, and can be viewed at L<https://github.com/Perl/perl5/blob/blead/Port...
    perldoc.perl.org/perltodo.txt
    Registered: Thu May 02 02:02:52 UTC 2024
    - 372 bytes
    - Viewed (0)
  3. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Thu May 02 01:56:52 UTC 2024
    - 294 bytes
    - Viewed (0)
  4. $].txt

    =over =item $OLD_PERL_VERSION =item $] X<$]> X<$OLD_PERL_VERSION> The revision, version, and subversion of the Perl interpreter, represented as a decimal of the form 5.XXXYYY, where XXX is the vers...
    perldoc.perl.org/variables/$].txt
    Registered: Thu May 02 11:22:45 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. $^P.txt

    =over =item $PERLDB =item $^P X<$^P> X<$PERLDB> The internal variable for debugging support. The meanings of the various bits are subject to change, but currently indicate: =over 6 =item 0x01 Debug...
    perldoc.perl.org/variables/$^P.txt
    Registered: Thu May 02 12:37:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. $@.txt

    =over =item $EVAL_ERROR =item $@ X<$@> X<$EVAL_ERROR> The Perl error from the last C<eval> operator, i.e. the last exception that was caught. For C<eval BLOCK>, this is either a runtime error messa...
    perldoc.perl.org/variables/$@.txt
    Registered: Thu May 02 12:43:41 UTC 2024
    - 611 bytes
    - Viewed (0)
  7. ${^TAINT}.txt

    =over =item ${^TAINT} X<${^TAINT}> Reflects if taint mode is on or off. 1 for on (the program was run with B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with B<-t> or B<-TU>). No...
    perldoc.perl.org/variables/${^TAINT}.txt
    Registered: Thu May 02 13:20:37 UTC 2024
    - 421 bytes
    - Viewed (0)
  8. ${^UTF8LOCALE}.txt

    =over =item ${^UTF8LOCALE} X<${^UTF8LOCALE}> This variable indicates whether a UTF-8 locale was detected by perl at startup. This information is used by perl when it's in adjust-utf8ness-to-locale ...
    perldoc.perl.org/variables/${^UTF8LOCALE}.txt
    Registered: Thu May 02 12:22:40 UTC 2024
    - 371 bytes
    - Viewed (0)
  9. $=.txt

    =over =item HANDLE->format_lines_per_page(EXPR) =item $FORMAT_LINES_PER_PAGE =item $= X<$=> X<$FORMAT_LINES_PER_PAGE> The current page length (printable lines) of the currently selected output chan...
    perldoc.perl.org/variables/$=.txt
    Registered: Thu May 02 05:29:59 UTC 2024
    - 267 bytes
    - Viewed (0)
  10. perl5125delta.txt

    =encoding utf8 =head1 NAME perl5125delta - what is new for perl v5.12.5 =head1 DESCRIPTION This document describes differences between the 5.12.4 release and the 5.12.5 release. If you are upgradin...
    perldoc.perl.org/perl5125delta.txt
    Registered: Thu May 02 00:56:51 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top