$outfunc{'smith'} = 'outputrecipesmith'; sub outputrecipesmith { 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 qq( \n) if $recipe{$file}{'Image'} ne ""; print OUT qq( \n) if $recipe{$file}{'Image'} eq ""; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT " \n"; print OUT "
$recipe{$file}{'Name'}
$recipe{$file}{'Trival'}
$recipe{$file}{'Ingredients'}$recipe{$file}{'Ingredients'}
$recipe{$file}{'Comment'}


\n"; } 1;