in reply to Module to read a dumped file

I always understood that you could eval the output of Data::Dumper to get the original variable structure back.

Reading the outputfile into a scalar variable and eval-ing this scalar should to the trick.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law