• Home
  • Big Brother
  • UNIX/Linux
  • Windows
    • Commands
    • How To
  • Perl
  • Contact us

Windows How To


Install Perl (CPAN) modules Windows
Discover MX record






Installing Perl modules - Windows

I use the Perl Package Manager to install Perl modules for Windows from CPAN. Launch a cmd prompt and execute the following:

ppm install "Net::SNMP"

Replace Net::SNMP with whatever module you want to install.

TOP

Discover MX record

You can use the nslookup command to determine the MX (mail exchange) record of the SMTP server for your Windows machine, like:

nslookup
set type=mx
set

TOP


UNIX/Linux