Re: simple form and cgi

2001-08-01 Thread Brett W. McCoy
On Wed, 1 Aug 2001, Peter wrote: > im stuck on a simple form using cgi-lib.pl. i keep getting a CGIWrap > error: > execution failed. Your first problem is using cgi-lib.pl. Don't. Use CGI.pm. It's newer, more robust, and easier to use. And it comes with any distribution of Perl 5. -- Bret

simple form and cgi

2001-08-01 Thread Peter
hi all, im stuck on a simple form using cgi-lib.pl. i keep getting a CGIWrap error: execution failed. im a novice perl guy so everything seems right to me, can someone tell me what im doing wrong? the scripts and the asp page passing the variables are both on a linux machine. thanks, pete