X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=public%2Fcode%2FPREZIME.prezime_ucfirst.pl;fp=public%2Fcode%2FPREZIME.prezime_ucfirst.pl;h=32e5b18e94760e3b9be4fbaebd0ade355f5640b5;hb=f53498d03eabed6ac72a1f202b54e0d47d427829;hp=0000000000000000000000000000000000000000;hpb=7da19b7e2bc8f795285a2b777a7e6193eb6502c1;p=MojoFacets.git diff --git a/public/code/PREZIME.prezime_ucfirst.pl b/public/code/PREZIME.prezime_ucfirst.pl new file mode 100644 index 0000000..32e5b18 --- /dev/null +++ b/public/code/PREZIME.prezime_ucfirst.pl @@ -0,0 +1,4 @@ +foreach my $v ( @{ $row->{'PREZIME'} } ) { + $update->{prezime_ucfirst} = ucfirst lc $v; +} +