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"