Help for this page

Select Code to Download


  1. or download this
       # Generate hidden fields from previous form
       
    ...
    
       # Stick the $hidden variable anywhere inside the <FORM>
       # tags of the next page
    
  2. or download this
       # 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;