Re: parsing html data

2007-05-23 Thread xavier mas
g/~bricas/WWW-Wikipedia-1.92/lib/WWW/Wikipedia.pm). > > You can manu more dictionaries in the cpan. > > Yaron Kahanovitch > > > - Original Message - > From: "xavier mas" <[EMAIL PROTECTED]> > To: beginners@perl.org > Sent: 22:14:07 (GMT+0200) Afr

Re: parsing html data

2007-05-22 Thread yaron
Kahanovitch - Original Message - From: "xavier mas" <[EMAIL PROTECTED]> To: beginners@perl.org Sent: 22:14:07 (GMT+0200) Africa/Harare יום שלישי 22 מאי 2007 Subject: Re: parsing html data El Martes 22 Mayo 2007 22:00, David Moreno Garza escribió: > xavier mas wrote: > &

Re: parsing html data

2007-05-22 Thread xavier mas
El Martes 22 Mayo 2007 22:00, David Moreno Garza escribió: > 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

Re: parsing html data

2007-05-22 Thread David Moreno Garza
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 d

parsing html data

2007-05-22 Thread xavier mas
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. Any suggestions?

Re: Parsing HTML Data

2005-06-19 Thread Randal L. Schwartz
> "Santosh" == Santosh Kumar <[EMAIL PROTECTED]> writes: Santosh> All, Santosh> Pls help me the perl code reg ex for acheiving the following : Santosh> ( Please note that we should not use any CPAN modules like HTML::Parser etc ) Santosh> file.html Santosh> Santosh> UserNamesanhdkgfkdfg Sa

Re: Parsing HTML Data

2005-06-19 Thread Chris Devers
On Sun, 19 Jun 2005, santosh kumar wrote: > [Please] help me [with] the perl code reg ex for acheiving the > following : > ( Please note that we should not use any CPAN modules like HTML::Parser etc ) Please show what you've tried so far. Please explain why you can't use a CPAN module for this.

Parsing HTML Data

2005-06-19 Thread santosh kumar
All, Pls help me the perl code reg ex for acheiving the following : ( Please note that we should not use any CPAN modules like HTML::Parser etc ) file.html UserNamesanhdkgfkdfg Passwordhh1 Required Output is : UserName Password Thanks In Advance santhosh