I am reading through a book on Objects and References and I don't
understand this statement:

$sum +=  $_ for split //;

I thought a FOR statement needed to be in braces. How is it being used
in this context?

--Paul

Reply via email to