A quick question that I can't seem to find an answer to on the web. I'm "fluent" in perl, but only for local scripting. I'm looking at using it for a few web-specific applications but can't figure out one of the most basic things. I would like to find a way to write a perl script that will open a remote web page, say http://www.microsoft.com/ and store the contents of the file returned in a standard array (with each line being a different element in the array). What is the appropriate way to do this in perl? Thanks.