Yes. You'd have to read the data from your file and then use the undump function from Data::Undump on it -- or something similar. Alternatively, you could perhaps roll your own parser; whether that's worth the effort depends on how much processing you intend to do with your data.