* Jean-Louis Martineau <[email protected]> [20100616 15:15]: > use-slots is a property, each property is an array. > > You should do something like: > > $properties = changer_config_getconf($ss, $CHANGER_CONFIG_PROPERTY); > #get all properties > @slot_range = $properties->{'use-slots'}; #get 'use-slots' property
hmmm, make that $properties->{'use-slots'}->{'values'}
jf
>
> You must then use the first element of the @slot_range array.
>
> Jean-louis
