in reply to Re^3: Net::OpenSSH killing script
in thread Net::OpenSSH killing script

Just wanted to thank you for the assistance. Using...

$ssh->system("nohup ./script.pl &");

...fixed my problem. You were correct in your assumption of how I thought 'spawn' worked. Thank you!!