in reply to Re^2: Dynamic Dereferencing
in thread Dynamic Dereferencing

Ups sorry, I got it:
my @elements = map {s!\.!/!gr} (split(' ', $API{$action . '.elements'} +));
Thanks a lot for your help!