Top "Www-mechanize" questions

WWW::Mechanize is a Perl module for programmatic web browsing, used for automating interaction with websites.

Managing HTTP Cookies on iPhone

I want to port a python app that uses mechanize for the iPhone. This app needs to login to a …

iphone objective-c cookies www-mechanize
malformed header from script. Bad header=<!DOCTYPE html>

I am receiving the following server error on a perl script: malformed header from script. Bad header=: youtube_perl.pl, …

perl header perl-module www-mechanize
Scripts broke after upgrading LWP "certificate verify failed"

I have a lot of scripts, most of them based around WWW::Mechanize that scrape data off of misc hardware …

perl www-mechanize lwp
Force www. and https in nginx.conf (SSL)

After purchasing a SSL certificate I have been trying to force all pages to secured https and to www. https://…

ssl nginx https www-mechanize
Is there a PHP equivalent of Perl's WWW::Mechanize?

I'm looking for a library that has functionality similar to Perl's WWW::Mechanize, but for PHP. Basically, it should allow …

php automation screen-scraping mechanize www-mechanize
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. …

perl login www-mechanize
Perl - Regex to extract only the comma-separated strings

I have a question I am hoping someone could help with... I have a variable that contains the content from …

regex perl split comma www-mechanize