in reply to Perl CGI checkbox_group submit error

Program works fine for me too. You could try overriding the default ;
start_form( -enctype=>CGI::URL_ENCODED ),
poj

Replies are listed 'Best First'.
Re^2: Perl CGI checkbox_group submit error
by begood321 (Novice) on Jul 15, 2013 at 18:56 UTC

    Thanks poj tried your suggestion but got same error, so I think the version of CGI.pm could be the problem. I will try getting latest update, which version of CGI.pm you using?

      I'm using 3.59.
      poj

        Hi Guys, my boss don't want me to update CPAN out of fear of regression testing other applications using current cpan version 3.00. Any other ideas on how to use current CPAN version to get my code to work. So far I haven't seen any other solution yet.