Re: CGI and &sub question

2005-02-16 Thread mike
On Wed, 2005-02-16 at 14:36 -0500, Chris Devers wrote: > On Wed, 16 Feb 2005, mike wrote: > > > [Does] anyone [have] any ideas[question-mark] > > Post the code. > > We cannot help you without being able to see the code in question. > > > -- > Chris Devers > Here it is #!/usr/bin/perl -w

Re: CGI and &sub question

2005-02-16 Thread Chris Devers
On Wed, 16 Feb 2005, mike wrote: > [Does] anyone [have] any ideas[question-mark] Post the code. We cannot help you without being able to see the code in question. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CGI and &sub question

2005-02-16 Thread mike
I have cgi script which works fine if I call another cgiscript. However if I transfer it to runas a sub within the original script some unwanted things happen some variables dissapear The script tries to run the run the sub on open, rather than after submit. After submitting, it is impossible to

CGI and &sub question

2005-02-16 Thread mike
I have cgi script which works fine if I call another cgiscript. However if I transfer it to runas a sub within the original script some unwanted things happen some variables dissapear The script tries to run the run the sub on open, rather than after submit. After submitting, it is impossible to