b76fe367016e06c5b547007a02c5cb6271e5726c
[MojoFacets.git] / public / code / Cited Author.cleanup.pl
1 foreach my $a ( @{ $row->{'Cited Author'} } ) {
2         $a =~ s/^\.+//;
3         push @{ $update->{'Cited Author'} }, uc $a;
4 }