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