Help for this page
Use Net::TelNet; $prompt = "\<manoj\\\@ostrich.india:\>"; ... print $telnet->cmd("hostname"); @hostname = $telnet->cmd("hostname"); print"Host => @hostname\n";
ostrich.india Host => ostrich.india <manoj@ostrich.india:>