Hi there, I've been using perl for a number of years and haven't come across the use of echo, is it a sub in your script?
Anyway, when I did a
perl -c yourscript.pl
I got a bunch of errors around the echo statements.
As a quick test, if you just do this,
in bold below, and try again.
#!/usr/bin/perl -w
clear();
=comment
echo "***************************************\n";
echo "***** A Telnet Script ***** \n";
echo "***************************************\n\n";
echo "TELNET Tunnels in progress, Hold on. \n";
=cut
use Net::Telnet;