Help for this page

Select Code to Download


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