how to call perl script from html using python

Rob Day robert.day at merton.oxon.org
Thu Aug 16 07:44:05 EDT 2012


On 16 August 2012 08:23, Pervez Mulla <mullapervez at gmail.com> wrote:

>
>
> In HTml when user submit POST method, it calling Python code ....Instead
> of this I wanna call perl script for sign up ......
>
>
Can you not just change the action= attribute in your <form> HTML attribute
to point to your Perl CGI script?

-- 
Robert K. Day
robert.day at merton.oxon.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120816/2a59f06e/attachment.html>


More information about the Python-list mailing list