in reply to Pass the value from perl script to html page

You generate a HTML page, in a CGI script on the webserver or using mod_perl. In it, you fill in the values you want to appear.

Check ovid's CGI course to learn the basics. mod_perl is quite similar, except harder for a newbie.

  • Comment on Re: Pass the value from perl script to html page