xavier mas wrote:
> dear all,
> 
> I'm trying to make a consult to a online dictionary from an html document, 
> the 
> result of the consult has to be output in a text field of the same html 
> document. 
> 
> I understand this can be done using (perl) cgi scripts but am not sure which 
> module do I need for that.

A number of modules around LWP can help you with it. WWW::Mechanize,
specifically, can help you with its specific method, content():

$mech->content(format => 'text');

-- 
David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog.net/
 <URL:http://pub.tsn.dk/how-to-quote.php>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to