source:
vendor/perl/5.8.8/t/lib/Devel/switchd.pm@
3181
Last change on this file since 3181 was 3181, checked in by , 18 years ago | |
---|---|
File size: 154 bytes |
Line | |
---|---|
1 | package Devel::switchd; |
2 | use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890] |
3 | package DB; |
4 | sub DB { print join(",", caller), ";" } |
5 | 1; |
6 |
Note:
See TracBrowser
for help on using the repository browser.