- or download this
print "My sub returned @{[mysub(1,2,3)]} that time.\n";
- or download this
print "That yields ${\($n + 5)} widgets\n";
- or download this
print "Your order is for $count donuts which are specified with ${\ $d
+onut->printed }<BR><BR>\n";
- or download this
printf("Your order for %d donuts which are specified with %s<BR><BR>\n
+", $count, $donut->printed);