Subject: | running output on a table strips out "ss" out of my column data |
When I want to build a table that has messages in it, like "This is a
message", when i run output on the table the column shows data that
looks like "This is a me age". I believe this is the offending line of
code inside of the output method.
$dr->[$i] =~ s/s{2,}/ /g;