Mehdi Ravanbakhsh wrote:
> I need to reply multiply Cisco-AVPair attribute in perl module but i can
> not use any operation like +=
>
> so what is the solution ?
Put the values into an array.
$RAD_REPLY{'Cisco-AVPair'} = (reply1, reply2, reply3);
I think that's the right Perl syntax...
Alan DeKok.