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