Display output in HTML format by perl
Posted
by aladine
on Stack Overflow
See other posts from Stack Overflow
or by aladine
Published on 2010-04-11T15:09:49Z
Indexed on
2010/04/11
15:13 UTC
Read the original article
Hit count: 364
Hi, I have a hashmap with some information(key and value) in a perl file. I want to display them in HTML output and each displayed (key, value) will link to something. When I click the link then there will be some information there. Anyone suggests me how can I do that. Is this similar to creating a CGI file and use CGI.pm? I will update more detail on this question later.
© Stack Overflow or respective owner