in reply to Re^8: Problems around Param (CGI->param or CGI->multi_param instead of CGI->Vars )
in thread Problems around Param

Correct me if I am wrong.

poj code doesn't use hash

If you want to guarantee an order no matter what client submits in the form, you're going to have to sort

  • Comment on Re^9: Problems around Param (CGI->param or CGI->multi_param instead of CGI->Vars )

Replies are listed 'Best First'.
Re^10: Problems around Param (CGI->param or CGI->multi_param instead of CGI->Vars )
by sauravrout (Novice) on Aug 27, 2015 at 09:44 UTC
    YEah.. just realized it. Thanks all for helping me out.!