# Lets define the data structure for the proxy array # ip/host, port, type, country, anon level, use push @data, ["127.0.0.1", "8080", "http", "USA", "Anonymous", "0"]; #### push @data, { host => '127.0.0.1', port => 8080, ... }; #### our %info = ( version => "0.3", format => 0, anonymouns => 1, ...