in reply to
Forcing return from Net::SSH::Perl connection
Another solution could be the
nohup
command, which disconnects STD* from the calling shell:
$ssh->cmd( "nohup ~/startup.pl &" )
Comment on
Re: Forcing return from Net::SSH::Perl connection
Select
or
Download
Code
In Section
Seekers of Perl Wisdom