in reply to Why is print output different for function returning an array versus printing an array variable?
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).
|
|---|