3 Aug
2011
3 Aug
'11
5:23 a.m.
Igor Xpinha <fishsemxpinha@gmail.com> writes:
# This is very important ! Without this script will not get the filled hashesh from main. use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK); #use Data::Dumper;
# This is hash wich hold original request from radius my %RAD_REQUEST; # In this hash you add values that will be returned to NAS. my %RAD_REPLY; #This is for check items my %RAD_CHECK;
drop the "my" scoping of any variables you want to change. Bjørn