in reply to Newbie question No.2
#!/usr/bin/perl -w use strict; use CGI qw[:all]; my @list = param(),"\n"; print @list; [download]
% perl test 'this=is&a=big&test=ok'