$fieldList = $in{'fieldList'}; @fieldList = split(",",$fieldList); foreach $field(@fieldList){ $$field = $in{'$field'}; }