in reply to Re: Re: Why doesn't % interpolate?in thread Why doesn't % interpolate?
Abigail
It would be very annoying though, as you would not be able to write printf "%d %s %f\n", $int, $str, $float; [download] because that would try to interpolate three hashes.
printf "%d %s %f\n", $int, $str, $float; [download]
Update: Sorry, that was very rude of me.