Hey everyone, I have a question:
How can I define variables with CGI.pm, such as I have some HTML that I have in a file. I want to define a variable of that HTML, such as the bgcolor of a specific table. How can I define a variable and read it into the HTML part? I know how to do that w/o CGI.pm, but with it, I can't figure it out, even after reading the pod docs on CGI.pm. Help!
Thanks.