in reply to Re: How to reverse a string *revisited*
in thread How to reverse a string *revisited*

Yeah, and compare the subtle difference between the following two lines:
print "", reverse $str; print "". reverse $str;

Abigail