in reply to
Re: Net::OpenSSH capture and cmd w/args
in thread
Net::OpenSSH capture and cmd w/args
Does
$full_file
exist? Is it executable? Maybe you want something like
$ssh->capture("cat $full_file");
?
Comment on
Re^2: Net::OpenSSH capture and cmd w/args
Select
or
Download
Code
In Section
Seekers of Perl Wisdom