Tom,
thanks a lotg for the help.
I found my way out with the code below.
Anyway the content of the page in text format is shown as a whole long
text line.
I wonder if it is possible to get the line breaks as well ??
Marco
$file_output = "./immob24_out.txt";
open(RES, ">$file_output");
use W
On 3/31/07, marco zucchelli <[EMAIL PROTECTED]> wrote:
Is there a way to get from WWW:Mechanize the same information I would
get using the mouse to select and paste??
Sure; as the FAQ for Mech says, if you aren't getting the same
responses from the remote site, it's because you're not sending
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