in reply to Re^7: Problems around Param (CGI->param or CGI->multi_param instead of CGI->Vars )
in thread Problems around Param
I removed the sort and I am getting in the desired order. But will it every time come in the same order that it was entered in the html table? Because I know hash doesn't save the values in the order that they were inserted. Correct me if I am wrong.for my $k ( sort $q->param )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Problems around Param (CGI->param or CGI->multi_param instead of CGI->Vars )
by Anonymous Monk on Aug 27, 2015 at 08:27 UTC | |
by sauravrout (Novice) on Aug 27, 2015 at 09:44 UTC |