egdb3_11_7
.asset
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
label_normalizer_lc(text)
Parameters
Name
Type
Mode
text
IN
Definition
use strict; use warnings; # Library::CallNumber::LC is currently hosted at http://code.google.com/p/library-callnumber-lc/ # The author hopes to upload it to CPAN some day, which would make our lives easier use Library::CallNumber::LC; my $callnum = Library::CallNumber::LC->new(shift); return $callnum->normalize();