in reply to CGI/OpenThought array/hash handling

I suppose I should clarify: I'm trying to retrieve the share values as an array from the submitted HTML, not output the values.
  • Comment on Re: CGI/OpenThought array/hash handling

Replies are listed 'Best First'.
Re^2: CGI/OpenThought array/hash handling
by Anonymous Monk on Dec 31, 2010 at 20:57 UTC
    Where?
      At the following line:
      OpenThought.CallUrl(url, data);
      "url" is the url that calls the server function editShares_save(). I'm able to retrieve all my other variables just fine, but not the share variable as an array.
        So is it a perl question or a javascript question? I see no share variable in the javascript. You attempt to retrieve some @share in your perl program, but that can't be what you're talking about