Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: resetChapter 10
The CGI.pm Module
Next: Reference: script_name
 

save

 $query->save(filehandle)

Saves the form to the specified filehandle, to be read back with the new constructor.

filehandle

The filehandle to save the file to.


Previous: Reference: resetPerl in a NutshellNext: Reference: script_name
Reference: resetBook IndexReference: script_name