On Sun, 14 Apr 2002 16:36:39 -0400 (EDT), [EMAIL PROTECTED] (Shaun Fryer) wrote:
>I'm having a little difficulty understanding how CGI::ReadParse is >supposed to work. I have the misfortune of only knowing how to use >cgi-lib.pl for parsing form data. It's extremely easy. Now I have the >problem of trying to port old perl scripts I've written to using the >CGI::ReadParse module. I figured it would be as simple as replacing.. > >require 'cgi-lib.pl'; >&ReadParse; > >...with.. > >use CGI; >CGI::ReadParse; > >However now when I try to grab a value using $in{key}, all I get for >output is: @dmd ` > >Does anyone have a clue what I'm missing? > It would be good if you could show the actual code you are using. There are a couple of possibilities, most likely you need to split @dmd. There may be other problems too, like capitalization of variables not matching. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]