所以你要做的事情如下:
$mech->cookie_jar->set_cookie( $version,$key,$val,$path,$domain,$port,$path_spec,$secure,$maxage,$discard,\%rest )
总结The set_cookie() method updates the state of the $cookie_jar. The $key,$port and $path arguments are strings. The $path_spec,$discard arguments are boolean values. The $maxage value is a number indicating number of seconds that this cookie will live. A value <= 0 will delete this cookie. %rest defines varIoUs other attributes like “Comment” and “CommentURL”.
以上是内存溢出为你收集整理的perl – 如何手动将cookie添加到WWW :: Mechanize已经存在的cookiejar中全部内容,希望文章能够帮你解决perl – 如何手动将cookie添加到WWW :: Mechanize已经存在的cookiejar中所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)