www-mechanize
Why does WWW::mechanize complain about 'Unknown submit_form parameter "form_id"'?
I\'m using the submit_form function in WWW::Mechanize a开发者_Python百科s follows: eval{ my $me = $mechanize->submit_form( form_id => \'signin\',[详细]
2023-01-21 11:37 分类:问答extract all links from a HTML page, exclude links from a specific table
I\'m pretty new to Perl/HTML. Here is what I\'m trying to do with WWW::Mechanize and HTML::TreeBuilder:[详细]
2023-01-16 12:47 分类:问答Visit Half Million Pages with Perl
Currently I\'m using Mechanize and the get() method to get each site, and check with content() method each mainpage for something.[详细]
2023-01-16 03:13 分类:问答Why does WWW::Mechanize GET certain pages but not others?
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[详细]
2023-01-15 23:36 分类:问答How do I find "wide characters" printed by perl?
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[详细]
2023-01-09 16:16 分类:问答Saving a file with WWW::Selenium
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[详细]
2023-01-07 12:13 分类:问答How can I get the contents of a followed link in WWW::Mechanize?
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[详细]
2023-01-06 19:49 分类:问答How can I get links that match a regex using WWW::Mechanize?
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.[详细]
2023-01-05 21:50 分类:问答WWW::Mechanize VS Curl
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)[详细]
2022-12-30 22:28 分类:问答WWW::Mechanize::Plugin::Display - Always open a new window
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[详细]
2022-12-30 02:30 分类:问答