Tagged Questions

15
votes
9answers
5k views

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 me to submit HTTP GET and POST requests with a simple syntax, and then parse ...
1
vote
1answer
495 views

WWW:Mechanize Form Select

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 ...
1
vote
3answers
824 views

Why am I getting a new session ID on every page fetch in my Perl WWW::Mechanize script?

So I'm scraping a site that I have access to via HTTPS, I can login and start the process but each time I hit a new page (URL) the cookie Session Id changes. How do I keep the logged in Cookie Session ...
0
votes
1answer
359 views

Perl WWW::Mechanize JSESSION issue

I am having a problem getting/staying logged in with perl mechanize to https://psmsadmin.vzw.com/vzwcampaignadmin/ Looking at the headers, it appears that the JSESSIONID keeps changing. I am using a ...
0
votes
2answers
413 views

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 ...