in reply to Keeping Values Perl CGI

CGI MIXING POST AND URL PARAMETERS url_param('name');

Replies are listed 'Best First'.
Re^2: Keeping Values Perl CGI
by markjugg (Curate) on Aug 15, 2009 at 01:19 UTC
    Anonymous Monk is pointing you in the right direction.

    You may also want to consider CGI::Application as a way to organize your code.