Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use CGI qw(:standard);
    ...
    print "here is the ssh part: $ssh"; 
    $ssh->login("my_userid", $mypassword);
    print end_html;