Help for this page
# Generate hidden fields from previous form ... # Stick the $hidden variable anywhere inside the <FORM> # tags of the next page
# For this kind of operation, I like # to use a fast tie hash, especially ... use DB_File; $records = tie %stuff, 'DB_File', "entries.dat", O_CREAT|O_RDWR,066 +6;