Hi, I am new in perl programming. I have a problem on cookie.
I need to retrieve a page from a website, but the website require cookie enabled. I used the LWP:Simple and get($url), and the content I got was something like "Your web browser is not currently configured to accept "cookies." I know I may need to use other classes in LWP but I don't know how. Could anybody help me out? Thanks a lot.
------------
code:
use LWP::Simple
open(out_FH,">stapleoutput.txt"
;
$document=get("print out_FH ("$document"
;
I need to retrieve a page from a website, but the website require cookie enabled. I used the LWP:Simple and get($url), and the content I got was something like "Your web browser is not currently configured to accept "cookies." I know I may need to use other classes in LWP but I don't know how. Could anybody help me out? Thanks a lot.
------------
code:
use LWP::Simple
open(out_FH,">stapleoutput.txt"
$document=get("print out_FH ("$document"