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 <n...@secubox.org> 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: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to