in reply to Multiple-page form wizard questions
The time I wrote such a wizard, I followed the following criteria :
The resulting wizard framework was nice, as adding another page meant adding another sub, connecting that sub to the name of the page and inserting the name of the page in the sequence of pages. Adding more fields to the wizard also only meant to make the new variables known to the wizard (so that they would survive changing the page) and adding a way to set those values.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
|
|---|