
jubegnx
Novice
Jun 4, 2007, 10:28 PM
Post #1 of 2
(415 views)
|
Hi i need some help using YAML. Im trying to save an object to yaml using
YAML::DumpFile('saved.dat', $a); and to load the file back for use
$b = YAML::LoadFile('saved.dat'); however every time i try to load the file i get this error "Segmentation fault" How can i fix this or is there another way to save an object and load it for later use?
|