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

The posted code doesn't have nearly that many lines.

Replies are listed 'Best First'.
Re^7: Data::Dumper is returning empty
by MikeDexter (Sexton) on Jan 19, 2010 at 19:51 UTC

    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?

      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...