Next | The Perl Hardware Store | DC.pm Version | 9 |
main package has a LOG function
You want all packages to have access to LOG
Non-exporting solution:
package Somepackage;
main::LOG("Your shoelace is bleeding!");
Next | Copyright © 2003 M. J. Dominus |