Hi Taylor,
It is better if you send a piece of your code.
The problem could be that you try to read a get like
this:

my $query = $Request->QueryString();
my $user = $query->{'user'};


Here how to read from a post:
my $form = $Request->Form();
my $message = $form->{'message'};

Ciao
Ruggero.

______________________________________________________________________

Dillo con una cartolina!
http://it.greetings.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to