5 use CXGN
::DB
::Connection
;
6 use CXGN
::Sunshine
::Browser
;
8 my $dbh = CXGN
::DB
::Connection
->new();
10 my $b = CXGN
::Sunshine
::Browser
->new($dbh);
12 #my $json = JSON->new();
14 my $r = $b->get_relationship_menu_info();
16 #print STDERR "GOT THE FOLLOWING RESPONSE: $r\n";
17 print "Content-Type: text/plain\n\n";