![]() |
|
XP is just a number | |
PerlMonks |
Re: Help with @LoLby jlp (Friar) |
on Nov 26, 2000 at 11:35 UTC ( #43358=note: print w/replies, xml ) | Need Help?? |
You are interpolating an array into a string; when you do this, you get a string with the elements of the array separated by the value of the $" variable, by default a single space.
e.g. -
Will yield: This is an interpolated array: foo bar baz Hope this helps!
In Section
Seekers of Perl Wisdom
|
|