Help for this page

Select Code to Download


  1. or download this
    $connection = Net::SSH::Expect(); #connection to a server
    $connection->send("\t\t");
    $connection->get_expect()->send("\t\t");
    $connection->send("011");
    $connection->get_expect()->send("011"); # octal for tab