17 Jan
2014
17 Jan
'14
10:30 a.m.
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.