Re: module dependency

[email protected] (sisyphus) Thu, 16 May 2024 23:53:52 +1000
Newsgroups perl.beginners
Message-ID <CADZSBj3jmW+ZXXPxJ3sGX2MuJSX25grk2zzhhCkTZJ0HYfrFow@mail.gmail.com>
--0000000000008071cb06189291ae
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

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=E2=80=AFPM 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/
>
>
>

--0000000000008071cb06189291ae
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>At the command prompt, run:<br></div><div>perl -le &#=
39;use Net::SMTPS; print for keys %INC;&#39;</div><div><br></div><div>That =
will tell you the names of all of the modules that get loaded when you load=
 Net::SMTP.<br></div><div><br></div><div>Cheers,</div><div>Rob</div></div><=
br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Thu,=
 May 16, 2024 at 11:07=E2=80=AFPM Netwinds &lt;<a href=3D"mailto:nw@secubox=
.org">[email protected]</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quo=
te" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204=
);padding-left:1ex">greetings everybody,<br>
<br>
How do I know which other modules are required by the perl module (like Net=
::SMTPS) I am using?<br>
<br>
Thanks<br>
<br>
-- <br>
To unsubscribe, e-mail: <a href=3D"mailto:[email protected]" t=
arget=3D"_blank">[email protected]</a><br>
For additional commands, e-mail: <a href=3D"mailto:[email protected]"=
 target=3D"_blank">[email protected]</a><br>
<a href=3D"http://learn.perl.org/" rel=3D"noreferrer" target=3D"_blank">htt=
p://learn.perl.org/</a><br>
<br>
<br>
</blockquote></div>

--0000000000008071cb06189291ae--