I have just installed a .pl script on my site for a whois search and now would like to add a button or graphic that would link to another page on my site. I am not able to post the script because I do not have ten posts.
If you simply want a link to another page on your site that is a simple case of print some html code: print q{<a href="foo.html">foo</a>};
you may also learn from online tutorials on perl
Forum Rules
Bookmarks