in reply to Why is print output different for function returning an array versus printing an array variable?

Hi aixtools, welcome to the Monastery!

The difference is the double quotes. When interpolating an array in double quotes, Perl separates the elements with $" which is a space by default. Update: Without quotes, elements are separated by $, which is empty by default.

To change your font, check your settings (especially Large Code Font at Display Settings).

لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
  • Comment on Re: Why is print output different for function returning an array versus printing an array variable?
  • Select or Download Code