I\'ve tried to install the WWW::Mechanize module with \'cpan WWW::Mechanize\' I get no errors on the \'use WWW::Mechanize\' line which means its finding开发者_如何学Go the files, but upon trying t
I am working with this website: http://bioinfo.uni-plovdiv.bg/microinspector/ And from the mech-dump, I get
When I use WWW::Mechanize::Cached with default values all works fine. #!/usr/bin/env perl use warnings;
I couldn\'t really figure out how to use WWW::Mechanize::TreeBuilder. Basically I get a HTML page using WWW::Mechanize. There is a //div[@class=\'cars\'] whose text I want to extract.
I am attempting to login to Youtube with WWW:Mechanize and use forms() to print out all the forms on the page after logging in.My script is logging in successfully, and also successfully navigating to
I am receiving the following server error on a perl script: malformed header from script. Bad header=: youtube_perl.pl,开发者_开发百科
I am having a problem getting/staying logged in with perl mechanize to a website Looking at the headers, it appears that the JSESSIONID keeps changing.I am using a cookie jar, but I think it\'s getti
I want to get the content of a film of imdb by using WWW::Mechanize. First of all, I have to find a way to find a respective /title/tt* url. When I have, e.g., a movie called fight club, I want to vis
i know what is \"www\" but, when i was tring to open blogspot and by mistaken i have written 4 times \"W\" instead of 3 like :
I\'m coding a web crawler and I\'ve been using WWW::Mechanize::Firefox to navigate some pages (for the others I use WWW::Mechanize) which keep loading content after the page loaded and I\'ve never had