I would like to extract a simple one line result using Template::Plugin::DBI in the documentation there is only examples of using FOREACH. I would like to do something like this:
[% user = DBI.query('SELECT name,password FROM users where id=? and va
+lidated=1',profile.userid) %]
USERNAME: [%user.name%]