how to call perl script from html using python
andrea crotti
andrea.crotti.0 at gmail.com
Thu Aug 16 07:00:59 EDT 2012
2012/8/16 Pervez Mulla <mullapervez at gmail.com>:
>
> Hey Steven ,
>
> Thank you for your response,
>
> I will in detail now about my project,
>
> Actually the project entire backend in PERL language , Am using Django framework for my front end .
> I have written code for signup page in python , which is working perfectly .
>
> In HTml when user submit POST method, it calling Python code ....Instead of this I wanna call perl script for sign up ......
>
> below in form for sign up page in python ....
Good that's finally an explanation, so the question you can ask google
was "how do I call an external process from Python",
which has absolutely nothing to with HTML, and is very easy to find
out (hint: subprocess).
More information about the Python-list
mailing list