in reply to Re: Array Problem
in thread Array Problem

That's great, it seems to do what I want now.. But for some reason in the part where it prints the @output in the ping2.txt file, it does not include $baseIP, but looking at the code, I'm not sure I see anything wrong.

Replies are listed 'Best First'.
Re^3: Array Problem
by sapnac (Beadle) on Jul 08, 2005 at 16:40 UTC
    That is because I forgot ; $baseIP = "10.0.5."; At the begining of the program. Good Luck