Help for this page

Select Code to Download


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