main.pluse strict; use warnings; { package MyPackage; use Carp; carp "print message"; } 1;
use MyPackage; &main; sub main { }
In reply to Re^2: How can I see a CPAN module's print message
by anaconda_wly
in thread How can I see a CPAN module's print message
by anaconda_wly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |