www-mechanize
Can't create an instance of WWW:Mechanize::Firefox
I\'ve just installed WWW:Mechanize::Firefox, but when I tried to create an instance of this \"class\":[详细]
2023-04-04 16:16 分类:问答Perl, how to avoid diagnostic messages from not-directly included modules?
I\'m getting this warning 开发者_StackOverflow社区(after \"use diagnostics;\"); Parsing of undecoded UTF-8 will give garbage when decoding entities at /usr/lib/perl5/HTML/PullParser.pm line 81.[详细]
2023-03-24 00:27 分类:问答How to authorize with Test::WWW::Mechanize
I want to test a .htaccess protected page with Test::WWW::Mechanize but I don\'t know how can I send credentials开发者_如何转开发 for the page? I couldn\'t find a function that can handle this.use Tes[详细]
2023-03-23 07:15 分类:问答How to web scrape a .aspx Web page in Perl
i\'m trying to create an script that automates the logging in to a website that seems to have 开发者_JS百科some embedded VBscript and Javascript and I am wondering how I can create an auto-login scrip[详细]
2023-03-18 05:01 分类:问答WWW::Mechanize find link and follow link
Using WWW::Mechanize, I\'ve try to find link with text_regex => qr/Next/ and follow the link with success, but I\'m having problem with the link that look like this:[详细]
2023-03-17 12:17 分类:问答Passing mechanized browser to subroutine (Perl with WWW::Mechanized)
I am still learning Perl so apologies on lack of technical term knowledge and general newbie-ness. I am trying to write a script to log into my course works account and download all the files.I can o[详细]
2023-03-07 22:30 分类:问答Website log-in with Perl and Mechanize
So this is driving me crazy. Basically, when I hard-code my user name and password, I can log-in no problem.But I want to prompt the user to enter the username and password, as I would like to share t[详细]
2023-03-07 03:34 分类:问答Getting input by name and not by index
HTML snippet: <input type=\'hidden\' name=\'id\' value=\'default\' /> I\'m using WWW::Mechanize to fill in a form, an input of which is above. I\'m doing this:[详细]
2023-03-06 14:13 分类:问答WWW::Mechanize->get giving error (HTTPS not supported)
I am trying to use WWW::Mechanize to login to Yahoo. However, when I try to get the login page, it gives the error[详细]
2023-03-06 10:22 分类:问答Absolutely NO perl modules?
I\'m trying to install WWW::Mechanize; but of course, something had to go wrong. I purchased a VPS, and whenever I load up CPAN (AKA The quick way), it says I\'m missing modules. Such as... HTTP, LWP,[详细]
2023-02-25 14:38 分类:问答