reformat bonnie++ latency into ms
[MojoFacets.git] / public / code / PREZIME.prezime_ucfirst.pl
1 foreach my $v ( @{ $row->{'PREZIME'} } ) {
2  $update->{prezime_ucfirst} = ucfirst lc $v;
3 }
4