##
print "That yields ${\($n + 5)} widgets\n";
####
print "Your order is for $count donuts which are specified with ${\ $donut->printed }
\n";
####
printf("Your order for %d donuts which are specified with %s
\n", $count, $donut->printed);