in reply to How to do simple select with Net::MySQL
$mysql->query(qq{ select * from workspace where name = '$workspace' }) +; [download]