source:
trunk/essentials/dev-lang/perl/t/lib/Devel/switchd.pm
| Last change on this file was 3181, checked in by , 19 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.
