MOBY::authority - a lightweight connection to the authority table in the database
use MOBY::authority;
my $Instance = MOBY::authority->new(
authority_common_name => "genbank",
authority_uri => "ncbi.nlm.nih.gov",
contact_email => "mr.BIG@ncbi.nlm.nih.gov",
); print $Instance->authority_id;
representation of the authority table. Can write to the database
Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)