At 08:28 AM 7/18/2002 -0700, Maureen E Fischer wrote:
>Thank you Bob,
> This works for me. One further question. I thought I read somewhere
>that you should
>not put full paths in a CGI program for security reasons. Should that be a
>consideration?
>Maureen
For security, you should put ful
cher [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 17, 2002 2:37 PM
> > To: [EMAIL PROTECTED]
> > Subject: exec statement
> >
> >
> > Hello,
> > I am trying to go to a script from within a script. This is
> > a Perl CGI
> > script and
> -Original Message-
> From: Maureen E Fischer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 17, 2002 2:37 PM
> To: [EMAIL PROTECTED]
> Subject: exec statement
>
>
> Hello,
> I am trying to go to a script from within a script. This is
> a Perl CGI
&
Hello,
I am trying to go to a script from within a script. This is a Perl CGI
script and I want to transfer to various other perl cgi scripts based on
user selections. From what I read I want to use exec for this -- since
I want to leave and not return to the transferring script. The
trasferrin