Help for this page
#!/usr/bin/perl -w ... CGI::param(-name => 'xxx', -value => []); print join(',', CGI::param(-name => 'xxx'))."\n";
1,2,3 1,2,3