http://www.perlmonks.org?node_id=845585


in reply to Perl CGI - multiple pages

I've always used Lincoln Stein's excellent and traditional CGI module. The documentation is very good and will get you started. There's a complete example of a Forms based script which you could base your multi-radio-button page on, and the pages it generates if you direct the forms Method attribute back to the same script. Now that's the power of Perl! The major issues are making sure your test environment is reasonable, which in my opinion means Linux running Apache 2.x

HTH,
SSF