in reply to Re: site management with perl
in thread site management with perl

Or if you are using sessions, and populate the fields from the current record(s) in the database -- you can tuck the current values into the session as you generate the form. Then when it is submitted you can compare with your session stash and act. This method limits the amount queries to the DB and the amount of data passed over the GET/PUT.


-Waswas