Hi,
I've written a script which outputs a variable result. Does anyone know how to assign a hyperlink to the output text? On this extract I get the url to call and the record detail as variables $client_name and $client_url
I output the client name as follows:
print "$client_age<br>\n";
Cheers