which basically dumps the form data into a file... if you need the separators, you can always add a print FILE "+"x30; :)use CGI; my $query = CGI->new(); print $query->header(); print "form saved"; open(FILE,">>output") || die $!; $query->save(FILE); close(FILE);
In reply to Re: Web form -- File
by Beatnik
in thread Web form -- File
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |