Vincent: Perl 5.16 and Beyond
Vincent: Perl 5.16 and Beyond
Posted Sep 14, 2011 15:26 UTC (Wed) by rfunk (subscriber, #4054)In reply to: Vincent: Perl 5.16 and Beyond by HelloWorld
Parent article: Vincent: Perl 5.16 and Beyond
Why would I write $name."'s dog" when I can write the much more readable "${name}'s dog" ?
(And last I heard, Perl's concatenation was slightly slower than interpolation anyway, though I care less about that than about concatenation being less readable than interpolation.)
(And last I heard, Perl's concatenation was slightly slower than interpolation anyway, though I care less about that than about concatenation being less readable than interpolation.)
