Cross Reference: test7_t
xref
: /
osnet-11
/
usr
/
src
/
cmd
/
perl
/
5.8.4
/
distrib
/
t
/
lib
/
dprof
/
test7_t
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
BEGIN {
print "in BEGIN\n";
}
sub foo {
print "in sub foo\n";
}
foo();