in reply to Re: Re: Which method do I use to install a module ?
in thread Which method do I use to install a module ?
Maybe something in all that will tell you better what you're doing wrong.
Also, to answer your followup question directly, you may spill error messages to another file but to catch compilation errors you would probably have to redirect STDERR to a file within a BEGIN block. But redirecting STDERR isn't really what you need to be concerned with. First, figure out what you need to do to use Mail::Box so that it doesn't generate errors. The key to your success in using CPAN modules is to read their documentation thoroughly. The small amount of time it takes to read the POD's for the modules is a very slight price to pay in comparison to the time you're saving by not having to write the module's code from scratch yourself.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Which method do I use to install a module ?
by peterr (Scribe) on Nov 13, 2003 at 02:16 UTC | |
by davido (Cardinal) on Nov 13, 2003 at 03:59 UTC | |
by peterr (Scribe) on Nov 13, 2003 at 04:32 UTC |