17 Jan
2014
17 Jan
'14
5:45 a.m.
Hi All I need to reply multiply Cisco-AVPair attribute in perl module but i can not use any operation like += so what is the solution ? Best regards
17 Jan
17 Jan
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.
4555
Age (days ago)
4555
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Mehdi Ravanbakhsh