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

In the above method you are printing Key/Value combination, but I need two values from foreach statement. Is is possible to do it using param function? or Any other way to achieve it ?

Is answer by poj what you want?

If it isn't, you're going to have to be more specific, for example, provide a CGI->new('stringhere') that accurately represents the input you have

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