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
Pass the variables from php to perl
Moderator: General Moderators