The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MOBY::authority - a lightweight connection to the authority table in the database

SYNOPSIS

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;

DESCRIPTION

representation of the authority table. Can write to the database

AUTHORS

Mark Wilkinson (mwilkinson@gene.pbi.nrc.ca)