2012/8/16 Pervez Mulla <mullaper...@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). -- http://mail.python.org/mailman/listinfo/python-list