View Single Post
  #10 (permalink)  
Old 10-18-06, 01:13 PM
Drunken Perl Coder Drunken Perl Coder is offline
Wannabe Coder
 
Join Date: Aug 2006
Posts: 110
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Oleks
My goal is to display results of perl script into the HTML page.
Is any way how to call perl script from HTML page and to return results from perl script to the HTML page?
Why does it have to be a static html page? You can do that but life gets harder when you want to do that with perl. You will be better off using PHP for something like that.
Reply With Quote