in reply to Appending characters to an existing string
Artist$file = 'wolf'; $ext = 'pl'; $file = join '.' => ( $file, $ext);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Appending characters to an existing string
by Sihal (Pilgrim) on Nov 22, 2002 at 10:16 UTC |