display perl script output in html page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blackgoat
    New Member
    • Jan 2010
    • 33

    display perl script output in html page

    Hi!

    I have a perl script that gives me three outputs stored in different variables. How can I display them on my HTML page??

    Thanks,

    BG
  • blackgoat
    New Member
    • Jan 2010
    • 33

    #2
    I actually want to make a dynamic dropdown list which gets its options from the perl script.

    Comment

    • murugaperumal
      New Member
      • Mar 2010
      • 3

      #3
      Use Perl CGI. Using the Perl CGI we can cerate the drop down box.

      Comment

      Working...