Help for this page

Select Code to Download


  1. or download this
    file.py
     +[Class]h_main
    ...
       toXML
       convert
     main
    
  2. or download this
    #!perl
    
    ...
    sub pre {
        return "ONE = ";
    }
    
  3. or download this
    file.pl
     one
     two
     pre
    
  4. or download this
    file.pl
     +[Class]MyPkg
    ...
       two
     +[Class]main
       pre
    
  5. or download this
    <parser id="perl_function" displayName="Perl" ...
      ...
    </parser>
    
  6. or download this
    <parser id="perl_function" displayName="Perl" commentExpr="(#.*?$|(__E
    +ND__.*\Z))">
      <classRange mainExpr="(?&lt;=^package).*?(?=\npackage|\Z)">
    ...
        </functionName>
      </function>
    </parser>