http://qs1969.pair.com?node_id=619708


in reply to how to pull in all params that are numbered

Not the best method but the quickest I thought of. Just send a hidden field with a list of comma separated values to your form. Ie: input type="hidden" name="numbers" value="1,2,3,6,8,9"); Since you're popping out the forum dynamically since you stated sometimes the numbers will change, just pop a list while printing the form.

Update

while(param()) { push (@num, $_) if $_ ~= m/^d$+/ } might work



"Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

sulfericacid