Manipulating sql data with perl script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vini007mca
    New Member
    • Oct 2011
    • 1

    Manipulating sql data with perl script

    Hi,

    i am newbie in perl,
    Scenario:
    till now i am able to connect Mysql database with perl script and able to display records, insert records ,search option through browser.

    Problem : But i don't no how edit the data through the browser...

    please help

    regards
    vinay
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    You want to read up on Perl and CGI. You would have the submit of a form in the browser call a Perl script to process the data that was submitted.

    Regards,

    Jeff

    Comment

    Working...