On Nov 21, 2007 1:47 PM, CraigT <[EMAIL PROTECTED]> wrote: > > Since the > > last time, I reworked all subroutines into stand-alone objects, as you > > suggested would be necessary to ever get to mod_perl. It was a good > > exercise.
Glad to hear it. > > ***I verify the links using a printing routine I use in debugging to > > verify parameters upon entry into a program. Okay. Can you print out $ENV{MOD_PERL} too, just to make sure that PerlRun is picking this up and not something else? > > ***Here is the error message(s). These downstream commands, from the > > paramter-in point, fail because no data comes through. > > > > Use of uninitialized value in split at > > C:/usr/www/steepusa/cgi-bin/vumenu.cgi line 73. Is that where you try to use the variables? What are you using to parse CGI paraeters? CGI.pm, or something else? - Perrin