
[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
RE: [ic] filter last name
> GlobalSub <<EOR
> sub new_filter {
> BEGIN {
> package Vend::Interpolate;
> $Filter{first_three_uc} = sub
>
> my $val = shift;
> $val = uc($val);
> $val = substr($val,0,3);
appear to have lost a few chars somewhere along the line...
should be:
.
.
$Filter{first_three_uc} = sub {
my $val = shift;
.
.
Jonathan
Webmaint.
_______________________________________________
interchange-users mailing list
interchange-users@interchange.redhat.com
http://interchange.redhat.com/mailman/listinfo/interchange-users