Tagged Questions

1
vote
2answers
158 views

Can can I encode spaces as %20 in a POST from WWW::Mechanize?

I'm using WWW::Mechanize to do some standard website traversal, but at one point I have to construct a special POST request and send it off. All this requires session cookies. In the POST request I'm ...
0
votes
1answer
139 views

Perl::Mechanize: running a simple crawler with a loop [multiple queries]

currently ironing out a way to parse the data of a page: http://www.foundationfinder.ch/ i love to do it in Perl: Well - i am just musing which is the best way to do the job. Guess that i am in ...