> How do you get help on a perl module..?
> 
> 

I either:
        look it up on http://search.cpan.org
        or
        perldoc Module::Name (via the command line)

After you look at those if you're stuck ask maybe this list or a 
list specific to that module if there is one.

For instance I like Mail::Sender because, to me it's more intuitive to use vs. similar 
ones.
http://search.cpan.org/~jenda/Mail-Sender-0.8.08/Sender.pm


HTH

DMuey

> -----Original Message-----
> From: Jason Frisvold [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 13, 2003 11:48 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: trying again....
> 
> 
> Check out Mail::Mailer ...  I use that for 99% of my scripts 
> that need email support..
> 

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to