Help for this page
$sth_get_branch_list = $dbh->prepare(qq( SELECT branch FROM postgres_database WHERE tre +e = 'first_tree' AND branch ~ '$root.\\\\d+'; ));
$sth_get_branch_list = $dbh->prepare(q( SELECT branch FROM postgres_database WHERE tre +e = 'first_tree' AND branch ~ ? || '.\\\\d+'; ));