in reply to Re^2: error message in the end of the array looping?
in thread error message in the end of the array looping?

Force of habit, mainly. I usually prefer giving print a list to concatenating strings and variables first. The habit just carries over to control characters like this, too.

I used to believe that $/ had some advantage over "\n" in platform independence, but I'm over that now.

After Compline,
Zaxo

  • Comment on Re^3: error message in the end of the array looping?