convert to $update
[MojoFacets.git] / public / code / Year.add_century.pl
1 foreach my $year ( @{ $row->{Year} } ) {
2         push @{ $update->{century} }, int($year/100)+1;
3 }