Help for this page

Select Code to Download


  1. or download this
    sub do_sql
    {
    ...
            return;
        }
    }
    
  2. or download this
        my $sth = $my_module_object->do_sql( $sql ) ||
            return "<p><i>There are currently no experiment steps in this 
    +experiment</i></p>";