source: trunk/essentials/dev-lang/perl/t/lib/dprof/test7_t

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 75 bytes
Line 
1BEGIN {
2 print "in BEGIN\n";
3}
4
5sub foo {
6 print "in sub foo\n";
7}
8
9foo();
Note: See TracBrowser for help on using the repository browser.