Koha::Biblio - Koha Biblio Object class
my @subtitles = $biblio->subtitles();
Returns list of subtitles for a record.
Keyword to MARC mapping for subtitle must be set for this method to return any possible values.
Returns the related Koha::Items object for this biblio in scalar context, or list of Koha::Item objects in list context.
Kyle M Hall <kyle@bywatersolutions.com>