Code:for ($i = 0; $i < ($#ARGV+1); $i++) { $s = @ARGV[$i]; if ($status eq 1) { $proxy = 'http://' . $s . '/'; #proxy speicifed $status = 0; }
i dont understand that mean, help this
It is looping through the ARGV array, which seem to be proxy URLs/IPs. If status is 1 then assign the value to $proxy.
oh thansk for this....
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks