Help for this page
$sth->prepare(qq{ SELECT name, url FROM table WHERE name LIKE %$name%});
$sth->prepare("SELECT * FROM companies WHERE name = ?");