in reply to Concatenate printing a string and array
I am not sure how using output list separator ($") is going to affect the rest of your program@array = (1,2,3,4,5); local $"= ""; print "Your result is @array";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Concatenate printing a string and array
by johngg (Canon) on Jan 05, 2009 at 11:49 UTC |