Closed Thread
Results 1 to 3 of 3

Thread: what mean

  1. #1
    kiddies is offline Programmer
    Join Date
    May 2009
    Posts
    129
    Rep Power
    0

    what mean

    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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: what mean

    It is looping through the ARGV array, which seem to be proxy URLs/IPs. If status is 1 then assign the value to $proxy.

  4. #3
    kiddies is offline Programmer
    Join Date
    May 2009
    Posts
    129
    Rep Power
    0

    Re: what mean

    oh thansk for this....

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts