in reply to Re^6: Data::Dumper is returning empty
in thread Data::Dumper is returning empty

I posted only section because the script is getting long now<\p>

line 51 if ($opsys_in =~ /linux/) { and line 123 if ($platform =~ /RedHat/) {

If you want the entire script should I put it here?

Replies are listed 'Best First'.
Re^8: Data::Dumper is returning empty
by ikegami (Patriarch) on Jan 19, 2010 at 19:53 UTC

    I changed networkInfo to call getPlatform itself. You probably only implemented half of that change.

      I did catch that. Very cool.

      I am still not fully getting this to work. I have updated my my scratchpad with the full script so far...