I\'m using the submit_form function in WWW::Mechanize a开发者_Python百科s follows: eval{ my $me = $mechanize->submit_form( form_id => \'signin\',
I\'m pretty new to Perl/HTML. Here is what I\'m trying to do with WWW::Mechanize and HTML::TreeBuilder:
Currently I\'m using Mechanize and the get() method to get each site, and check with content() method each mainpage for something.
I\'m new to Perl/HTML things. I\'m trying to use $mech->get($url) to get something from a periodic table on http://en.wikipedia.org/wiki/Periodic_table but it kept retu开发者_开发百科rning error me
A perl script that scrapes static html pages from a website and writes them to individual files appears to work, but also prints many instances of wide character in print at ./script.pl line n to cons
Im trying to do开发者_C百科wnload a file with perl\'s WWW::Selenium. I get a popup box asking me if I want to save/open the file. I want to manipulate it and say \'save\' at some given location. Im no
This is my last question for this I hope. I am using $mech->follow_link to try to download a file. For some reason though the file saved is just the page I first pull up and not the link I want to fol
I\'m trying to use regular expressions to catch a link, but can not. I have all the links, but there are many links that do not want.
Background: I need to get updated dat开发者_Python百科a for all of my users. The data resides on a secure site so the script needs to login (using cookies)
How can I configure WWW::Mechanize::Plugin::Display, so that the plug-i开发者_运维问答n always opens a new window and not only a new tab?The module uses HTML::Display for opening a browser, which in t