Yup that would work, then you can just split them out in your script:

Code:

break on

$machines = split($machines,";")

for each $machine in $machines
?"machine=" $machine
next

exit 0



-Shawn