source: vendor/perl/5.8.8/t/lib/Devel/switchd.pm@ 3181

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

perl 5.8.8

File size: 154 bytes
Line 
1package Devel::switchd;
2use strict; BEGIN { } # use strict; BEGIN { ... } to incite [perl #21890]
3package DB;
4sub DB { print join(",", caller), ";" }
51;
6
Note: See TracBrowser for help on using the repository browser.