- or download this
use strict;
use warnings;
...
package main;
Test::croak_test;
- or download this
use strict;
use warnings;
...
package main;
Test::croak_test;
- or download this
package Test;
*Test::croak = \&main::croak;
- or download this
# package main; is implicit here
use strict;
...
package main;
Test::croak_test;