Re: How to call perl script in my django application

2012-06-18 Thread Sergiy Khohlov
>>> from subprocess import call >>> call("uname") Linux 0 >>> call("uname", "-a") 2012/6/18 Carsten Agger : > Den 18-06-2012 13:10, Tanveer Ali Sha skrev: >> >> sorry, i dint get that.Please can u give example .?? >> >> >>  visit this group at http://groups.google.com/group/django-users?h

Re: How to call perl script in my django application

2012-06-18 Thread Carsten Agger
Den 18-06-2012 13:10, Tanveer Ali Sha skrev: sorry, i dint get that.Please can u give example .?? visit this group at http://groups.google.com/group/django-users?hl=en. There's a discussion of how to do this here: http://stackoverflow.com/questions/4682088/call-perl-script-from-py

Re: How to call perl script in my django application

2012-06-18 Thread Tanveer Ali Sha
sorry, i dint get that.Please can u give example .?? On Mon, Jun 18, 2012 at 4:36 PM, Sergiy Khohlov wrote: > Such as in trivial python code . Check python system and os module > > 2012/6/18 Tanveer Ali Sha : >> Hello, >> >> how can I call Perl script (EX:hello world) in my django applic

Re: How to call perl script in my django application

2012-06-18 Thread Sergiy Khohlov
Such as in trivial python code . Check python system and os module 2012/6/18 Tanveer Ali Sha : > Hello, > > how can I call Perl script (EX:hello world) in my django application ? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > T

How to call perl script in my django application

2012-06-18 Thread Tanveer Ali Sha
Hello, how can I call Perl script (EX:hello world) in my django application ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email