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.
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
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
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
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
>
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
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