in reply to DBI gives "undef" for specific row

First, it appears that your output means "column" instead of "row".

It very well could be that Line["col"] does indeed => undef!

The DBI will produce a "row" from your query. Each token is a 'column' in the SQL table.