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?

===================
 Shaun Fryer
===================
 London Webmasters
 http://LWEB.NET
 PH:  519-858-9660
 FX:  519-858-9024
===================



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to