can you pass an array in a form in Perl



Hi

Is the following possible in Perl?

print "<form>";
print "<input type='hidden' name='cities' value='@industries'>";
print </form>";

I want to pass an array as a hidden value. I've removed other parts for
clarity.

Regards
John


.