Re: how to call perl script from html using python

2012-08-16 Thread Rob Day
On 16 August 2012 08:23, Pervez Mulla 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 HTML attribute to point to your Perl CGI script? -- Robert

Re: how to call perl script from html using python

2012-08-16 Thread andrea crotti
2012/8/16 Pervez Mulla : > > 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 perfec

Re: how to call perl script from html using python

2012-08-16 Thread Pervez Mulla
On Tuesday, August 14, 2012 10:42:48 AM UTC+5:30, Pervez Mulla wrote: > Hi, > > > > I wanna call perl script in HTML form n store that data in DB using Python. > > > > How can i do this...?? > > > > Please help me > > > > Thank you > > Pervez On Tuesday, August 14, 2012 10:42:48

Re: how to call perl script from html using python

2012-08-14 Thread Steven D'Aprano
On Mon, 13 Aug 2012 23:21:34 -0700, Pervez Mulla wrote: > I wanna call perl objects using Python . I checked in internet ,I can > make use of inline function for this, But in HTML..?? You need to explain more about your problem, because I don't understand what you want to do in detail. For

Re: how to call perl script from html using python

2012-08-13 Thread Pervez Mulla
On Tuesday, August 14, 2012 10:42:48 AM UTC+5:30, Pervez Mulla wrote: > Hi, > > > > I wanna call perl script in HTML form n store that data in DB using Python. > > > > How can i do this...?? > > > > Please help me > > > > Thank you > > Pervez Thank you for your advice steven, I a

Re: how to call perl script from html using python

2012-08-13 Thread Steven D'Aprano
On Mon, 13 Aug 2012 22:12:48 -0700, mullapervez wrote: > Hi, > > I wanna call perl script in HTML form n store that data in DB using > Python. > > How can i do this...?? > > Please help me Okay, let me give you some general advice first, then some programming advice If your question look

Re: how to call perl script from html using python

2012-08-13 Thread Simon Cropper
On 14/08/12 15:31, mullaper...@gmail.com wrote: On Tuesday, August 14, 2012 10:42:48 AM UTC+5:30, mulla...@gmail.com wrote: Hi, I wanna call perl script in HTML form n store that data in DB using Python. How can i do this...?? Please help me Thank you Pervez Hey Simon, Thank

Re: how to call perl script from html using python

2012-08-13 Thread mullapervez
On Tuesday, August 14, 2012 10:42:48 AM UTC+5:30, mulla...@gmail.com wrote: > Hi, > > > > I wanna call perl script in HTML form n store that data in DB using Python. > > > > How can i do this...?? > > > > Please help me > > > > Thank you > > Pervez Hey Simon, Thank You for your m

Re: how to call perl script from html using python

2012-08-13 Thread Simon Cropper
On 14/08/12 15:12, mullaper...@gmail.com wrote: Hi, I wanna call perl script in HTML form n store that data in DB using Python. How can i do this...?? Please help me Thank you Pervez Google you question. Many solutions already exist on the Internet. -- Cheers Simon Simon Cropper

how to call perl script from html using python

2012-08-13 Thread mullapervez
Hi, I wanna call perl script in HTML form n store that data in DB using Python. How can i do this...?? Please help me Thank you Pervez -- http://mail.python.org/mailman/listinfo/python-list