Perl Warning Mode
For whatever weird reason that guy that wrote Net::Telnet::Cisco turns on warning mode. It's a pain in the butt if you're trying to write some modern perl. You can disable warning mode manually by doing:
$^W = 0