I want to GET data from a website. The problem is I need
to enter my username and password to login in on one page.
Then I can go to other pages to access data.
Using perl (from a command prompt), I can GET the HTML, but
the server thinks I'm a 'guest' so I get incomplete data.
How can I log in to one url and then GET data from another
url within the same server?