Help for this page

Select Code to Download


  1. or download this
    Use Net::TelNet;
    $prompt = "\<manoj\\\@ostrich.india:\>";
    ...
        print $telnet->cmd("hostname");
            @hostname = $telnet->cmd("hostname");
        print"Host => @hostname\n";
    
  2. or download this
    ostrich.india
    Host => ostrich.india
    <manoj@ostrich.india:>