
richsark
User
May 4, 2009, 11:18 AM
Views: 3686
|
|
Re: [richsark] need another set of eyes on my perl script
|
|
|
HI, I made the change as you suggested. Seems like when there is an error 48, and then it runs the
my @dnsoptions2 = `./getobjectlst.exe -u xx -p xx -o Rich -a $snetpart2`;
$ ./qip-getsubnetlst.exe -u xx -p xx -o Rich -a 146.149.0.0/16 -t network "Nat-Bogota-Colombia" "146.149.1.0" "N" "" "146.149.0.0" " " " " "255.255.255.128" "Apogee imported subnet" "146.149.16.0" "Y" "" "146.149.0.0" " " " " "255.255.255.252" Its does not seem to run what the output from that, for example you can see from above these two subnets: 146.149.1.0 146.149.16.0 its suppose to then run ./getobjectlst.exe -u xx -p xx -o Rich -a 146.149.1.0 then 146.149.16.0 and so on all the way done that list.
(This post was edited by richsark on May 4, 2009, 11:18 AM)
|