Page 1 of 1

Pass the variables from php to perl

Posted: Thu Aug 16, 2007 5:39 am
by rash28
Hi,

How can I send the variables from php to perl.
I have used <form action='a.pl' method='post'>
<input type="text" name="name">

When I click submit button the page is taken to a.pl and all contents of a.pl is displayed.

How to pass the variables.

How to get the variables in perl file.
Do I need to use any module?

Please help me with this

Posted: Thu Aug 16, 2007 6:16 am
by timvw
Search the web for PERL CGI script tutorial...