|
Posted by Sisyphus on June 17, 2005, 10:50 am
Please log in for more thread options
> Hey all,
> I have tried using MCPAN to install Net::Telnet and LIBNET on a
> windows 2000 server running perl 5.8, with no luck
>
If you have ActiveState perl try installing with ppm instead:
ppm install libnet
ppm install Net-Telnet
According to http://ppm.activestate.com/BuildStatus/ they are both
available.
If you're not using ActiveState perl, could you provide details of how your
perl was built. Providing the output of 'perl -V' should suffice.
Cheers,
Rob
|