Re: CGI script using perl

2001-08-12 Thread John Toon
On 12 Aug 2001 15:27:37 +0530, [EMAIL PROTECTED] wrote: > Suppose I am having an HTML form that calls a CGI script wriiten in Perl (hosted by a > Linux Server) : > 1. Does the fresh program I have written and labelled as , say, action.pl > ... Yes, it's generally a good idea to append the

CGI script using perl

2001-08-12 Thread shyamk
Suppose I am having an HTML form that calls a CGI script wriiten in Perl (hosted by a Linux Server) : 1. Does the fresh program I have written and labelled as , say, action.pl ... Does it automatically get compiled and run by the HTML page/ form that calls it ? 2. Or do I have to make it