http://qs321.pair.com?node_id=958493


in reply to Re^12: Order of evaluation/interpolation of references
in thread Order of evaluation/interpolation of references

Admittedly I'm pretty far off topic from the thread, but I prefer:

print "Take ", 1 + 4, "\n";

and like this even more:

printf "Take %i\n", 1 + 4;

But the prospect of a cleaner syntax to interpolate more... stuff than we currently can is interesting.