in reply to save form data/combine subs

Please consider asking a specific questions and posting some generalized code that allows us to help you without having reading 445 lines of code. If you feel you need to post that much code, please consider using <readmore> tags. Please read How do I post a question effectively.
perl -e 'split//,q{john hurl, pest caretaker}and(map{print @_[$_]}(joi +n(q{},map{sprintf(qq{%010u},$_)}(2**2*307*4993,5*101*641*5261,7*59*79 +*36997,13*17*71*45131,3**2*67*89*167*181))=~/\d{2}/g));'

Replies are listed 'Best First'.
Re^2: save form data/combine subs
by djbryson (Beadle) on Mar 28, 2007 at 16:23 UTC
    sorry, i shortened it up to relevant code. I figured people would want to see it all. Sometimes I put to little and you guys ask to see more. I've decided to just add to my formparams to save the form data when the page submits for the dynamic drop downs. like so
    $formparams{LASTNAME} = $query->param("lastname");