# DOESNT WORK?? the $ARG1 causes problems? my @output = $ssh->capture("$full_file $ARG1 $LOG"); # doesnt work my( $in, @output, $err, $pid ) = $ssh->open3("$full_file $ARG1 $LOG"); # DOESNT WORK?? my @output = $ssh->capture(stdin_data => "$full_file $ARG1 $LOG ");