Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
inal post.. >> > >> > my $page = new CGI; > > Make sure you have CGI.pm version 3.29. If you don't, upgrade it. > > - Perrin > > -- View this message in context: http://www.nabble.com/Trying-To-Come-Up-Under-PerlRun-tf4849679.html#a13886315 Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread Perrin Harkins
On Nov 21, 2007 2:59 PM, CraigT <[EMAIL PROTECTED]> wrote: > > Below is the way I bring the parameters across in the programs of the 2 > > links I listed in the original post.. > > > > my $page = new CGI; Make sure you have CGI.pm version 3.29. If you don't, upgrade it. - Perrin

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
ownstream 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 usin

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread Perrin Harkins
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 r

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
is probably a Nabble wrapper I should have used. > > >> PerlModule ModPerl::PerlRun >> Alias /perl-run/ "/usr/www/steepusa/cgi-bin/" >> >> PerlSetVar PerlRunOnce On > > PerlRunOnce is not supported in mod_perl 2. You can get a similar >

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread Perrin Harkins
Hi Craig, Still having problems with this? I remember you trying to get this going in July. > The entry page comes up fine. Ok, is that a static file, or is it served by PerlRun? > The first link I try (any link) works fine. > All links after the first fail. Can you verify that your perl code

Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
n PerlOptions +ParseHeaders Options +ExecCGI I'm not sure what to do next. I've been looking through the docs from time to time for sometime now with no luck. Of course, that does not mean it isn't there. I'm sort of in the in between programs place. Thank