Re: Call perl to store data in DB

2012-08-31 Thread Mulla
> > > > > > So your "form" object in Python should set the action as the path to the Perl > program. > > > > -- > Octavian > > > - Original Message - > > From: "Mulla" > > Newsgroups: comp.lang.python

Call perl to store data in DB

2012-08-31 Thread Mulla
print "Name already exists, \n"; } } my $tempuser1 = new user(); $tempuser1->readbyemail_id('mullaper...@gmail.com'); if($tempuser1->{email_id} eq 'mullaper...@gmail.com') { print "email_id is in use \n&qu

Calling External (Perl)Script in Python

2012-08-26 Thread Pervez Mulla
Hi, I am trying to call perl script in my python view.py and store that data in logfile On shell I am able to display data. I wanna call that data on logfile , How can i do this ...? I wanna call perl objects in python ... So , How can I pass all that stuff in python(firstname, lastn

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 y

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 yo