Re: HTML::Parser

2001-10-21 Thread Sunthari
Hi, I have simple q for you. How do u use HTML::PARSER to extract some information. I have made a search using WWW::Search and received a list of URLs.Meaning, the following are extraction from my codes: my $search = new WWW::Search ('AltaVista'); $search->maximum_to_retrieve(10);

HTML to Text

2001-10-04 Thread Sunthari
Dear List, I have used the WWW::Search module to make search for words and to get url and desription for the search. I want to use the HTML ::TreeBuider or HTML::Parser to scan thru the pages to that I could do a match for concordance from each webpage. How should I go abt it? The problem is, a

pls troubleshoot

2001-09-18 Thread Sunthari
Dear List, I'm quite a beginner to Perl (it's going to be almost 2 mths).I've written the following codes and I can't seem to get the correct output where user's can choose their search engine for search. Pls correct me since I really lost. Secondly, I want to use the HTML::TreeBuilder to read t

Installing/Verify modules

2001-09-11 Thread Sunthari
Dear List, Thank you very much for the help and info provided. I have managed to install my first module WWW::Search 2.23 correctly as well as executing my scripts as how it should be. Anyway, how can I check the manually installed modules as how I can check them using PPM ? I have encountered

Re: Reinstalling Perl on Windows 98

2001-09-10 Thread Sunthari
NDOWS\COMMAND\EBD\AUTOEXEC.BAT 2. C:\AUTOEXEC.BAT (renamed to AUTOEXEC1.BAT to show difference) Pls . take look at this and see if there's anything wrong. Thanks you again for your kind attention. Rgds, --- Peter Scott <[EMAIL PROTECTED]> wrote: > At 02:45 PM 9/10/01 +0100, Sunthar

Re: Reinstalling Perl on Windows 98

2001-09-10 Thread Sunthari
exec1.bat to show the difference. Pls take a look. Thanks Rgds, --- Peter Scott <[EMAIL PROTECTED]> wrote: > At 02:45 PM 9/10/01 +0100, Sunthari wrote: > >Hi List, > > > >I have posted my problem in running scripts without > >going to the path where perl

Re: Reinstalling Perl on Windows 98

2001-09-10 Thread Sunthari
can only run my scripts like this : c:\perl\bin>perl c:\folder\cgi.pl Kindly explain to me even if it's rather a silly que. Thanks again for your attention. Rgds, --- Peter Scott <[EMAIL PROTECTED]> wrote: > At 02:45 PM 9/10/01 +0100, Sunthari wrote: > >Hi List, >

Reinstalling Perl on Windows 98

2001-09-10 Thread Sunthari
Hi List, I have posted my problem in running scripts without going to the path where perl.exe resides. I would really really appreciate in anyone could highlight any changes to make while installing Perl on Windows 98, esp. those using Perl on this platform. BTW, what do they mean by making su

Re: PPM and manual installation

2001-09-08 Thread Sunthari
Dear List, I have installed the required module using PPM(Perl Package Manager) and never had any problem for the past 3 weeks. I didn't even bother to install using the manual way until I had to update the latest version of WWW-SEARCH 2.23. I can't seem to verify and upgrade it using PPM, why i

Re: Thanks for help, more to figure

2001-08-28 Thread Sunthari
-- Troy Denkinger <[EMAIL PROTECTED]> wrote: > On Tuesday 28 August 2001 00:51, Sunthari wrote: > > 1. What should I do , if I want to read each line > of > > text with the "search word". Should I put the > > occurence of search word in an array ? (I

Thanks for help, more to figure

2001-08-27 Thread Sunthari
Dear List, Thanks for your supportive remarks and comments of my script the other day. After getting a book to read, I 'm aware of the mistakes made and there's a lot more to learn to write better codes. I have something to discuss based on the scripts used to find the no. matching words in a te