File: 01_method.pl

package info (click to toggle)
plsense 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,012 kB
  • sloc: perl: 9,767; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/usr/bin/perl

use File::Spec;


# astart explicit call
#&s
# aend include: shift sort splice

# astart method word
#m
# aend include: map
# aend exclude: min max
# ahelp map : ^ map \s is \s Builtin \s Method\. $
# ahelp map : ^ RETURN: \s
# ahelp map : ^ map \s+ BLOCK \s+ LIST \s
# ahelp map : ^ map \s+ EXPR,LIST \s

# astart static call
#File::Spec->
# aend include: rel2abs abs2rel
# aend exclude: grep
# ahelp abs2rel : ^ abs2rel \s is \s Method \s of \s File::Spec
# ahelp abs2rel : ^ ===== \s Part \s of \s PerlDoc \s ===== \s+ abs2rel \s


# hstart builtin method
#map
# hend ^ map \s is \s Builtin \s Method\. $
# hend ^ RETURN: \s
# hend ^ map \s+ BLOCK \s+ LIST \s
# hend ^ map \s+ EXPR,LIST \s

# hstart static method
#File::Spec->abs2rel
# hend ^ abs2rel \s is \s Method \s of \s File::Spec
# hend ^ ===== \s Part \s of \s PerlDoc \s ===== \s+ abs2rel \s


# mstart static method
#File::Spec->abs2rel
# mend ^ NAME: \s abs2rel $
# mend ^ FILE: \s [^\s]+
# mend ^ LINE: \s \d+ $
# mend ^ COL: \s \d+ $