It looks like that value is undef, possibly somewhere in your code like at :$pssh->push($SELECTOR,....);
Are you sure that $Ubuntu_ip has a value ?$pssh->push($Ubuntu_ip , parsub => \&ubuntu , @Ubuntu_cmds);
Perhaps you could add debugging statements, or run under the perl debugger.
"You're only given one little spark of madness. You mustn't lose it." - Robin Williams
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Use of uninitialized value $selector in split at /usr/local/share/perl/5.18.2/Net/OpenSSH/Parallel.pm line 141.
by thanos1983 (Parson) on Jan 29, 2015 at 07:29 UTC |