Help for this page
my $tablename = 'mytable'; ... my @values = eval $values; die $@ if $@; print join("\n", @values)."\n";