Help for this page
use YAML (); my $data = "--- #YAML/1.0\n"; ... $data .= "zorch: wubba"; my $hash = YAML::Load( $data );