in reply to Re: Net::OpenSSH failing in unexpected way
in thread Net::OpenSSH failing in unexpected way
Thanks, your suggestion to take a look at how the arguments were handled got me to look closer at how I was processing them. Best I can tell is that I was getting too cute with one of my wrapper calls and was leaking file handles through it somehow and I hit the file limit. Simplifying the wrapper call solved the problem by using capture directly.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|