in reply to how to open a data file via http
use IO::All; # Let the madness begin... $html < io->http("www.google.com"); # Grab a web page [download]