Pass the variables from php to perl

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
rash28
Forum Commoner
Posts: 38
Joined: Wed Aug 01, 2007 1:21 am

Pass the variables from php to perl

Post 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
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Search the web for PERL CGI script tutorial...
Post Reply