hi,all i am using lwp to browse web. i meet a big problem, i post my id & password to some URL, i get this content:
<html> <meta http-equiv='Content-Type' content='text/html; charset=gb2312'> <link rel=stylesheet type=text/css href='/bbs.css'> <script>document.cookie='utmpnum=228'</script> <script>document.cookie='utmpkey=87655926'</script> <script>document.cookie='utmpuserid=aaaa'</script> <meta http-equiv='Refresh' content='0; url=/index.html'> i know, this javascript create cookie on client. can u tell me how i create this cookie like javascript? luli