in reply to using CPAN to install against older PERL
You don't need to use the CPAN shell to install Net::Telnet you can just download the module from cpan manually then unzip, untar and run:
Configure.PL
make
make test
make install
sometimes this method can be less of a hassle. You might want to look into installing CPANPLUS
cheers,
Jeffery