ported 257:258 from hidra branch
[webpac] / filter / shelf.pm
1 #!/usr/bin/perl -w
2
3 # this will join repeatable fileds in one
4
5 sub shelf {
6         return join(" ",@_);
7 }
8
9 1;