in reply to Problem with CGI::Vars

Are you sure that all values are checked? Have you inspected that your POST request includes the values? Maybe use the Mozilla Live HTTP Headers to inspect the request that gets sent to your CGI script.

Replies are listed 'Best First'.
Re^2: Problem with CGI::Vars
by Chipper (Initiate) on Jun 06, 2011 at 08:02 UTC
    Yes, I checked by wireshark on client side, params is send correctly. Then I use Webmin function ReadParse and this function return me the %in variable with correct data. But I don't use ReadParse because different problems with this function :D Data is incoming correctly, there were must be problem with CGI function (maybe some limit?). I don't know why the function return me only 834 values of checkboxes, why not 1000 :-(.