Re: WWW:mechanize to fetch content from a web page as you would do with the mouse

2007-04-01 Thread marco zucchelli
sse anzeigen" ); print RES $mech -> content(format => "text" ); 2007/3/31, Tom Phoenix <[EMAIL PROTECTED]>: On 3/31/07, marco zucchelli <[EMAIL PROTECTED]> wrote: > Is there a way to get from WWW:Mechanize the same information I would &

WWW::Mechanize, problem with select

2007-04-01 Thread marco zucchelli
Hi, I am trying to uise $mech-> select() to make a selection in a web form. The form looks like a frame with several choices that you can click. Once clicked the choiice is highlighted in blue and then you can submit the form by clicking on a submit button. From my understanding the select() fu

WWW:mechanize to fetch content from a web page as you would do with the mouse

2007-03-31 Thread marco zucchelli
Hello, I am pretty new to perl WWW stuff. I wrote a perl script to extract information from a web page. this uses as input a text file that I generate by selecting and copying grom the web page with the mous ad then pasting the content in "Notepad" Now I would like to use WW:Mechanize to fetch