in reply to Re^6: Load JS files faster inside CGI script
in thread Load JS files faster inside CGI script

I suggest that you read the jQuery Ajax Documentation, and write a Perl program that returns just the relevant part of the information, that is, for a given continent, you make a request for its contained countries.

Also, I wonder how you get a list of 7MB for just associating countries and continents. That strikes me as a bit large.

  • Comment on Re^7: Load JS files faster inside CGI script

Replies are listed 'Best First'.
Re^8: Load JS files faster inside CGI script
by BrowserUk (Patriarch) on Feb 24, 2010 at 17:42 UTC
    Also, I wonder how you get a list of 7MB for just associating countries and continents. That strikes me as a bit large.

    Aaah! The power of prototype based object-orientation :)