in reply to Re^2: Christmas Tree
in thread Christmas Tree

Thanx, and a happy new year for you too! 8 )

I have to admit I was confused by your example, it's important to understand that printf takes his parameters by reference and not by value!

So it's possible to still influence $_ in the last parameter with effect for the first!

Very insightful, thanx a lot!

Cheers Rolf

Replies are listed 'Best First'.
Re^4: Christmas Tree
by locked_user mtve (Deacon) on Jan 12, 2009 at 07:26 UTC
    Well, it's a bit complicated, but yes, all perl functions take parameters by reference.