Help for this page
my $workspace = "my_workspace"; $mysql->query(q{ select * from workspace where name = '$workspace' } +);
$mysql->query(q{ select * from workspace where name = 'my_workspace' + }); my $i; ... $i++; } if ($i) {print "found one!\n";}