unclesmiff has asked for the wisdom of the Perl Monks concerning the following question:
I also try this;BEGIN { $Exporter::Verbose=1 } use packe;
but don't see any out put on the screen..BEGIN { require packe; $Exporter::Verbose=1; packe->import(); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Exporter Verbose
by davido (Cardinal) on Feb 22, 2006 at 18:49 UTC | |
by unclesmiff (Initiate) on Feb 23, 2006 at 09:54 UTC |