Keeper has asked for the wisdom of the Perl Monks concerning the following question:
print PLEXE "system(\"/home/****/Share/ghostck.pl &\");\n"; close(PLEXE); $sftp->put($PLEXE, $REMPLEXE); $ssh->cmd("chmod 755 $REMOTERTR"); $ssh->cmd("chmod 755 $REMPLEXE"); $ssh->cmd("perl $REMPLEXE");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI Timeout
by Corion (Patriarch) on Nov 03, 2008 at 18:59 UTC | |
by Keeper (Initiate) on Nov 03, 2008 at 19:01 UTC |