J
Jayson Williams
I have a hash of Structs that I am trying to save and load to a file
using YAML. I am able to save the YAML output to file, but when I use
var=YAML::load(File.open('file'))
to load the data back in, var does not look like the original hash.
What am I doing wrong?
~Jay
using YAML. I am able to save the YAML output to file, but when I use
var=YAML::load(File.open('file'))
to load the data back in, var does not look like the original hash.
What am I doing wrong?
~Jay