use Data::Dumper;
use Biblio::WebPortal;

$userconf = { name => 'ampp-lyrics'};
my $dg = Biblio::WebPortal::opendiglib($userconf);
print $dg->asHTML;
