in reply to YAML newbie help
The only thing I've ever needed to remember when using YAML is the syntax for dumping with better output.
#instead of print Dump( %hash ),"\n"; #do print Dump( [ \%hash ] ), "\n"; [download]