Well here is my problem

This is part from my html Form page which i have the CGI write.

<input type="hidden" name="file" value="/data.pl">

How can i make it so the  data.pl file does not need it to be an active tag
of the html
when my data.pl file requires it as such.
unless($DATA_file=&pick_up("file",$query_string)){
        &produce_error(


I tried writing this is the data.pl 
$DATA_file="data.pl";

 Is there a way i can hide it in the CGI that writes the Html form page or
what ??? 

HELP!!!!



Richard L. Buskirk
Software Developer/Web Developer


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

Reply via email to