PDA

View Full Version : Dressing HTML email links in PERL for cgi Pages


Tsost
11-09-2005, 09:09 AM
I know how to add an email link to an HTML form, eg:

href="mailto:info@galaxy.com">info@galaxy.com

however, I'm having trouble using PERL to put this in a cgi page.

Can anyone show me how?

Thanks

_Aerospace_Eng_
11-09-2005, 10:36 AM
What are you currently using to put the links in the page?

print "<a href=\"mailto:info@galaxy.com\">info@galaxy.com</a>";