Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 14th, 2012, 12:49 AM
PervezMulla PervezMulla is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 1 PervezMulla User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 2 sec
Reputation Power: 0
How to call perl script from html using python

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

Reply With Quote
  #2  
Old August 14th, 2012, 07:57 AM
Quackajack Quackajack is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 39 Quackajack User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 10 h 49 m 43 sec
Reputation Power: 1
If you trying to run the PERL script directly look at the documentation for subprocess. Be prepared for a little trial and error to get this working.

If it is a website being driven by a PERL script (or any website) you could look at scrapy for example.

To process HTML look at the documentation for HTMLParser (html.parser in Python 3) or try the regular expression module re if that is more appropriate.

The module you need for storing the result in a database will depend upon the database you are using but they have all standardised on a single API so it should make little difference.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > How to call perl script from html using python

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap