print "First value: ", $input{valueList}, "\n"; print "All values: ", join("\n", split(/\0/, $input{valueList}));