Greetings to all
I have a requirement of passing a few user-defined parameters through Net::Telnet and these parameters will be used by my UNIX Script, is there a way to do this..
use Net::Telnet ();
$t = new Net::Telnet (Timeout => 10);
$t->open("sever");
$t->login(user, pass)...