Re: to activate URL

2001-10-16 Thread Keith C. Ivey
Sunthari <[EMAIL PROTECTED]> wrote: > print $q->a({href=>$urlresult},); >OR > print $q->a({href=>$results->url,"\n"}); If you want to make a link, you have to supply some link text, not just a URL. If, for example, you want the link text to be the URL itself, you n

Re: to activate URL

2001-10-15 Thread RaFaL Pocztarski
Sunthari wrote: > However, how do I activate the URL so that user can > click on the link and surf. I have tried the following > but it doesn't work . > > $urlresult=$results ->url; > print $q->a({href=>$urlresult},); >OR > print $q->a({href=>$results->url,"\n"

to activate URL

2001-10-15 Thread Sunthari
Dear List, I have a simple question here.I have extracted and displayed the URL using WWW-Search Module. The output are displayed for the follows: print $results->url,"\n"; print $q->br; print $results->title,"\n"; print $q->br; print $results->descr

to activate URL

2001-10-15 Thread Sunthari
Dear List, I have a simple question here.I have extracted and displayed the URL using WWW-Search Module. The output are displayed for the follows: print $results->url,"\n"; print $q->br; print $results->title,"\n"; print $q->br; print $results->descr