Some general advice:
Add use warnings; to every script you write
Maybe not immediately but eventually you also should use use strict; and declare variables with my in every script you write
I don't see any error handling code in your script. You can define an error_handler routine with Net::SCP::Expect. As it is now, your script just croaks which should probably leave an error message in some log file. Did you check the apache log files?
In reply to Re: Net::SCP with cgi script doubt
by jethro
in thread Net::SCP with cgi script doubt
by sanku
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |