Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.25 KB | None | 0 0
  1.             file.each_line do |line|
  2.                 line_split = line.split(':')
  3.                 @@str_ip << line_split[0]
  4.                 @@str_port << line_split[1]
  5.                 req = Net::HTTP.start(@@PageUrl,80,@@str_ip[@@int_count],@@str_port[@@int_count],nil,nil)
  6.                 @@int_count+=1
  7.             end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement