in reply to Re^2: Eval/package question
in thread Eval/package question

I have a generic configuration in an Excel-file

Have you considered exporting that as CSV and using Text::CSV to load the data?

(Hint: Data::Dumper will tell you what you have at intermediate stages if you are unsure.)