> -----Original Message-----
> From: Lance Prais [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 13, 2002 11:15 AM
> To: Perl
> Subject: CGI QUESTION
> 
> 
> I have a question regarding passing variables from a HTML 
> form to a CGI
> script.  I have never worked with CGI in the past and assumed 
> that if I
> included the variables with in the form and on submit called 
> the CGI script
> that the variable would be amiable to it.  That doe not see, 
> to be the case.
> Is my assumption correct?
> 
> I am attempting to use the variables by the following code:
> 
> (param('account'))
> 
> Is that correct?

It depends. If that's the whole script, the answer is no.

1. What do you expect to be happening?
2. What do observe to be actually happening?
3. Post the whole script (or at least enough so we can
see what's going on).

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to