W
Wuming Gong
Dear list,
I want to wrap this page
(http://www.dharmacon.com/sidesign/default.aspx?source=0) by perl
script, using LWP::UserAgent. However, the LWP cannot get the correct
content of this page :
$ perl -MLWP::Simple -e
'getprint("http://www.dharmacon.com/sidesign/default.aspx?source=0")'
500 Internal Server Error
<URL:http://www.dharmacon.com/sidesign/default.aspx?source=0>
But when I open this URL in firefox, the page can display well. Could
you please what is the problem and how deal with such page?
Thanks,
Wuming
I want to wrap this page
(http://www.dharmacon.com/sidesign/default.aspx?source=0) by perl
script, using LWP::UserAgent. However, the LWP cannot get the correct
content of this page :
$ perl -MLWP::Simple -e
'getprint("http://www.dharmacon.com/sidesign/default.aspx?source=0")'
500 Internal Server Error
<URL:http://www.dharmacon.com/sidesign/default.aspx?source=0>
But when I open this URL in firefox, the page can display well. Could
you please what is the problem and how deal with such page?
Thanks,
Wuming