reformat bonnie++ latency into ms
[MojoFacets.git] / public / code / MENTOR.mentor_ime,mentor_prezime.pl
1 foreach my $m ( @{ $row->{'MENTOR'} } ) {
2  ( $update->{mentor_ime}, $update->{mentor_prezime} ) = split(/\s/,$m,2);
3 }
4