http://qs321.pair.com?node_id=633216


in reply to CGI not catching parameters?

You are mixing URL parameters and POST parameters. That's a little funky, though common. See the section of the CGI.pm documentation titled "MIXING POST AND URL PARAMETERS". The short answer is that you'll have to get your 'dataname' via url_param() instead of the usual param().

Replies are listed 'Best First'.
Re^2: CGI not catching parameters?
by hallikpapa (Scribe) on Aug 17, 2007 at 04:46 UTC
    You sir, have relieved so much pressure off my neck...thank you