<<

NAME

C4::ClassSplitRoutine::Dewey - Dewey call number split method

SYNOPSIS

use C4::ClassSplitRoutine;

my $cn_split = C4::ClassSplitRoutine::Dewey::split_callnumber($cn_item);

FUNCTIONS

split_callnumber

  my $cn_split = C4::ClassSplitRoutine::Dewey::split_callnumber($cn_item);

AUTHOR

Koha Development Team <http://koha-community.org/>

<<