Shouldn't it look like:
my ($additionaltext) = $sth->fetchrow_array;
or
my @data = $sth->fetchrow_array; my ($additionaltext) = @data;
? fetchrow_array() returns array, not scalar.
In reply to Re: Comparing the individual characters in two strings to find their differences
by grizzley
in thread Comparing the individual characters in two strings to find their differences
by Quicksilver
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |