ted@ki5u.net has asked for the wisdom of the Perl Monks concerning the following question:
Active Perl 5.8.2, Win 2K Server,
I'm bringing web pages to extract data using lwp::simple. Most pages retrieve perfectly. But when I access an active server page (http://www.cboe.com/mktdata/mktstat.asp), I'm getting the following error:
<h2>There was an error loading the header for this page.</h2> <p> An error has occurred. You may contact your system administrator w +ith the following information: </p> <p>Location : /mktdata/mktstat.asp</p> <p>Source : Microsoft VBScript runtime error</p> <p>Code : 5</p> <p>Description : Invalid procedure call or argument</p> <br></br>
What do I need to do to access asp pages properly?
Thanks,
Ted
20040409 Edit by Corion: Fixed formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ASP's with lwp
by Jenda (Abbot) on Apr 09, 2004 at 20:05 UTC | |
|
Re: ASP's with lwp
by esskar (Deacon) on Apr 09, 2004 at 16:24 UTC | |
|
Re: ASP's with lwp
by eXile (Priest) on Apr 09, 2004 at 16:26 UTC |