Hi,
I have a perl script which uses Net::SSH which runs fine as a terminal .pl file but will not work when run as a CGI script from a web browser.
The second it tries to make a SSH login "$ssh->login()" call the script just dies with no error. Any ideas ?
Thanks
But works as a .pl script.