$outfunc{'brew'} = 'outputrecipebrew'; sub outputrecipebrew { my $file = shift; $name = $recipe{$file}{'Name'}; $name =~ s/\s//g; $recipe{$file}{'Ingredients'} =~ s/\\n/
\n/g; # $recipe{$file}{'Ingredients'} =~ s/:SEP:/
\n/g; $recipe{$file}{'Comment'} =~ s/\\n/
\n/g; print OUT "\n"; print OUT "\n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT "
$recipe{$file}{'Name'} ($recipe{$file}{'Yields'})
$recipe{$file}{'Trival'}
$recipe{$file}{'Ingredients'}
$recipe{$file}{'Comment'}


\n"; } 1;