in reply to Re: Net::SCP::Expect causes error in return code
in thread Net::SCP::Expect causes error in return code

#!/bin/env perl is a common device for using the PATH environment variable to find perl rather than hard-coding the absolute name. I doubt it is relevant.

Replies are listed 'Best First'.
Re^3: Net::SCP::Expect causes error in return code
by sierpinski (Chaplain) on Dec 06, 2010 at 15:29 UTC
    Thanks for the info. Learn something new every day!