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