in reply to Re: Adding CGI params to XML-file
in thread Adding CGI params to XML-file

Got it to work by using:
$exec = { 'tc' => [ map {{ id=>$_ }} @tc ] };

Have to read up on map
Thanks a lot

Replies are listed 'Best First'.
Re^3: Adding CGI params to XML-file
by planetscape (Chancellor) on Jul 24, 2007 at 12:54 UTC