feedback form creation

feedback form creation

am 20.03.2009 15:57:42 von praba har

--0-677672913-1237561062=:69576
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Hi All,
=A0
I am very new to mod perl.=A0 I have a task to create feedback form (Web Pa=
ge for a portal)=A0in the mod perl.   Please give me some idea or sampl=
e code on this.=A0 I have knowledge to create feed back form in the perl/CG=
I.
=A0
I need some smal sample piece of code.=A0 I have configured mod perl in lin=
ux.
=A0
Please do the needful on this.
=A0
Regards,
Prabahar. T =0A Add more friends to your messenger and enjoy! Go =
to http://messenger.yahoo.com/invite/
--0-677672913-1237561062=:69576
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

top" style=3D"font: inherit;">
Hi All,

 

I am very new to mod perl.  I have a task to create feedback form=
(Web Page for a portal) in the mod perl.   Please give me s=
ome idea or sample code on this.  I have knowledge to create feed back=
form in the perl/CGI.

 

I need some smal sample piece of code.  I have configured mod per=
l in linux.

 

Please do the needful on this.

 

Regards,

Prabahar. T

=0A
<=
/hr> Add more friends to your messenger and enjoy! yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/in vite/"> Invite =
them now.

--0-677672913-1237561062=:69576--

Re: feedback form creation

am 20.03.2009 21:38:08 von Perrin Harkins

On Fri, Mar 20, 2009 at 10:57 AM, praba har wrote:
> I am very new to mod perl.=A0 I have a task to create feedback form (Web =
Page
> for a portal)=A0in the mod perl.   Please give me some idea or sample=
code on
> this.=A0 I have knowledge to create feed back form in the perl/CGI.

You'll find lots of documentation and examples on the mod_perl site:
http://perl.apache.org/

You can reuse CGI code by running it with ModPerl::Registry.

- Perrin