Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] %27 test テスト

Results 141 - 150 of 1,302 for label:perl (0.06 sec)

  1. perlcn.txt

    # vim: syntax=pod 如果你用一般的文字编辑器阅览这份文件, 请忽略文中奇特的注记字符. 这份文件是以 POD (简明文件格式) 写成; 这种格式是为了能让人直接阅读, 而特别设计的. 关于此格式的进一步信息, 请参考 perlpod 在线文档. =encoding utf8 =head1 NAME perlcn - 简体中文 Perl 指南 =head1 DESCRIPTIO...
    perldoc.perl.org/perlcn.txt
    Registered: Tue Apr 01 11:43:35 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. perlplan9.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlplan9.txt
    Registered: Tue Apr 01 09:07:32 UTC 2025
    - 5K bytes
    - Viewed (0)
  3. perl582delta.txt

    =head1 NAME perl582delta - what is new for perl v5.8.2 =head1 DESCRIPTION This document describes differences between the 5.8.1 release and the 5.8.2 release. If you are upgrading from an earlier r...
    perldoc.perl.org/perl582delta.txt
    Registered: Tue Apr 01 12:53:52 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  4. perlvos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlvos.txt
    Registered: Tue Apr 01 11:03:22 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. ${^GLOBAL_PHASE}.txt

    =over =item ${^GLOBAL_PHASE} X<${^GLOBAL_PHASE}> The current phase of the perl interpreter. Possible values are: =over 8 =item CONSTRUCT The C<PerlInterpreter*> is being constructed via C<perl_cons...
    perldoc.perl.org/variables/${^GLOBAL_PHASE}.txt
    Registered: Tue Apr 01 22:23:32 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  6. @{^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: Tue Apr 01 20:56:18 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. ${^SAFE_LOCALES}.txt

    =over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...
    perldoc.perl.org/variables/${^SAFE_LOCALES}.txt
    Registered: Tue Apr 01 18:59:32 UTC 2025
    - 572 bytes
    - Viewed (0)
  8. ${^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: Tue Apr 01 19:05:29 UTC 2025
    - 510 bytes
    - Viewed (0)
  9. $^D.txt

    =over =item $DEBUGGING =item $^D X<$^D> X<$DEBUGGING> The current value of the debugging flags. May be read or set. Like its L<command-line equivalent|perlrun/B<-D>I<letters>>, you can use numeric ...
    perldoc.perl.org/variables/$^D.txt
    Registered: Tue Apr 01 21:31:12 UTC 2025
    - 437 bytes
    - Viewed (0)
  10. $^C.txt

    =over =item $COMPILING =item $^C X<$^C> X<$COMPILING> The current value of the flag associated with the B<-c> switch. Mainly of use with B<-MO=...> to allow code to alter its behavior when being co...
    perldoc.perl.org/variables/$^C.txt
    Registered: Tue Apr 01 22:16:19 UTC 2025
    - 401 bytes
    - Viewed (0)
Back to top