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 need to repeat the URL like this: print $q->a({href=>$urlresult}, $urlresult); -- Keith C. Ivey <[EMAIL PROTECTED]> Washington, DC -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]