xref
: /
onnv-gate
/
usr
/
src
/
cmd
/
perl
/
5.8.4
/
distrib
/
t
/
lib
/
dprof
/
test7_t
(revision 0:68f95e015346)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {
2
print "in BEGIN\n";
3
}
4
5
sub foo {
6
print "in sub foo\n";
7
}
8
9
foo();
10