in reply to Text processing question - strange output
And that you may really have something else, like this:{$line=$line.",".$short;}
If you didn't do this originally, try to cut-and-paste code directly into the web browser when you submit a code sample. That way we can see if there are any typos in the original code. Your code, as you've written it here, seems to work for me.{$line=$lin.",".$short;} # Oops, $lin should be $line
buckaduck
|
|---|