use YAML; %test = (k1 => "v1", k2 => "v2"); $dump = Dump \%test; $dump =~ s/^---/test:/; print $dump; [download]
In reply to Re: Problem using YAML by choroba in thread Problem using YAML by Pazzeo