Help for this page
$myTmp = $ENV{'QUERY_STRING'}; @words = split '&',$myTmp; ... $$tmpName = $tmpWords[1]; $counter++; }