At the command prompt, run: perl -le 'use Net::SMTPS; print for keys %INC;'
That will tell you the names of all of the modules that get loaded when you load Net::SMTP. Cheers, Rob On Thu, May 16, 2024 at 11:07 PM Netwinds <[email protected]> wrote: > greetings everybody, > > How do I know which other modules are required by the perl module (like > Net::SMTPS) I am using? > > Thanks > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > >
