Can I put Multiple handlers in a CGI script?

2002-08-27 Thread Rich Mooney
As I understand it, a CGI needs to be in the following format: #! mc on Startup #script end Startup I also have the impression that any script in this CGI had to be between on Startup and end Startup. So does this mean that one CGI file is one handler and that I can't pass arguments to it

Re: Can I put Multiple handlers in a CGI script?

2002-08-27 Thread Phil Davis
- Original Message - From: Rich Mooney [EMAIL PROTECTED] To: MetaCard Mail List [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 3:35 PM Subject: Can I put Multiple handlers in a CGI script? As I understand it, a CGI needs to be in the following format: #! mc on Startup

Re: Can I put Multiple handlers in a CGI script?

2002-08-27 Thread andu
--On Tuesday, August 27, 2002 18:35:01 -0400 Rich Mooney [EMAIL PROTECTED] wrote: As I understand it, a CGI needs to be in the following format: # ! mc on Startup #script end Startup I also have the impression that any script in this CGI had to be between on Startup and end

Re: Can I put Multiple handlers in a CGI script?

2002-08-27 Thread Sivakatirswami
on 08-27-2002 12:35 PM, Rich Mooney at [EMAIL PROTECTED] wrote: As I understand it, a CGI needs to be in the following format: Maybe this will help you get started... This CGI drives the shop site dynamic order generation at www.himalayanacademy.com/hawaii/iraivan/donate/ I am not an