Hello again bdegan2,
You can use the module Module::CoreList to find all the information that you are looking for.
Sample of code:
#!/usr/bin/perl use strict; use warnings; use feature 'say'; use Module::CoreList; if (Module::CoreList::is_core('Net::SMTP')) { say "Net::SMTP is a core module"; say Module::CoreList->first_release('Net::SMTP'); } __END__ $ perl test.pl Net::SMTP is a core module 5.007003
You are not helping us to help you, if you are not answering the questions that we ask you but you are asking more questions.
Hope this helps, BR.
In reply to Re^3: NET::SMTP on 64 bit
by thanos1983
in thread NET::SMTP on 64 bit
by bdegan2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |