18 Mar
2006
18 Mar
'06
10:13 a.m.
Boian Jordanov <bjordanov@orbitel.bg> wrote:
So, why were %RAD_CHECK and %RAD_REQUEST
made read-only?
Because perl hashes are not ordered.
The only requirement is that attributes of the same name be ordered. This may change the way the module works (I haven't looked), but if ${RAD_REQUEST}{'attribute'} was an array of values rather than a scalar, that should allow the hash to be writable. Alan DeKok.