in reply to Dereferencing Mystery

ditto on the above two comments, especially re: 'flat file' ..
also wanted to add that, as far as i can tell, your foreach/switch loop could be replaced with simply a hash slice assignment:
@TESS_CONFIG{ qw/ Data_Directories_fetch Data_Directories_erase Program_fetch Program_erase Configuration_and_Table_Files_erase Configuration_and_Table_Files_fetch Create_Database Load_Database / } = @HASHES;

Replies are listed 'Best First'.
Re^2: Dereferencing Mystery
by Anonymous Monk on Jan 08, 2006 at 01:30 UTC
    Thanks, I'll use the hash slice.