I made the following change as recommended by [EMAIL PROTECTED] and all is well so far....
Replace cgi-lib with CGI.pm and that error will most likely go away. To do this, look for the cgi-bin.pl line in reg_system.cgi, remove it or comment it out and add a line to use CGI.pm (with cgi-lib emulation--see example below). If you comment out the cgi-lib line you will end up with the following: #do "$PATH_LIB/cgi-lib.pl"; use CGI qw(:cgi-lib); Personally, I am disappointed that OpenSRS is still distributing the client code with cgi-lib. cgi-lib usage should have died out years ago. ----- Original Message ----- From: "cpaul" <[EMAIL PROTECTED]> To: "Mike Allen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, November 11, 2001 11:45 PM Subject: Re: Error - Anyone seen this?? > On Sun, 11 Nov 2001 22:10:42 -0500 Mike Allen wrote: > > > Content-type: text/html > > cgi-lib.pl: Unknown Content-type: application/x-www-form-urlencoded > > i could be mistaken, but is the "x-" normal in this context?
