in reply to Various ways to concatenating an array of strings
but my guess is that join is the best way to go about it. TMTOWTDI but as duff pointed out, using another method will be much less clear when reading the code.{ local $"; $scalar = "@array"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Various ways to concatenating an array of strings
by hawtin (Prior) on Mar 31, 2006 at 12:10 UTC |