this code doesn't work at all
if i replace split(#printers,',') with $printers, it'll work but the outout will be:

$printer1
$printer2
$printer3


whreas i expect this particular code to return:

user1,user2,user3
user5,user4,user2
user4,user1,user10


Thanks!