Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [vvf] GForum and CGI.pm

Quote Reply
Re: [vvf] GForum and CGI.pm In reply to
Hi,

Thanks we'll take a look into this. Can you give me some simple steps to reproduce, i.e.:

1. Add use lib '/path/to/forum' and use GForum::mod_perl to your startup file.
2. Restart Apache
3. Run the following script:

#!/usr/bin/perl
use CGI qw/:all/;
print header(), "you entered: ", param('foo');

4. Go to testscript.cgi?foo=test

and it doesn't print out the param?

This will help me track down what is wrong.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread GForum and CGI.pm vvf 2701 Nov 23, 2001, 5:44 PM
Thread Re: [vvf] GForum and CGI.pm
Alex 2595 Nov 24, 2001, 1:20 AM
Thread Re: [Alex] GForum and CGI.pm
vvf 2565 Nov 24, 2001, 9:25 PM
Thread Re: [vvf] GForum and CGI.pm
Alex 2543 Nov 25, 2001, 11:45 AM
Post Re: [Alex] GForum and CGI.pm
vvf 2536 Nov 25, 2001, 5:31 PM