Intergrating perl modules in php..

Discussion in 'PHP' started by linga, May 13, 2010.

  1. #1
    Hi Can any one help me out in integrating perl modules in php script. I have perl modules. I need to pass parameter to those perl modules and receive the values from modules. so that i process the value in php script... am sure some one of u have dealt with it... I need ur assistance to progress....:confused:
     
    linga, May 13, 2010 IP
  2. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #2
    Do it as a webservice; from your PHP script.

    You will need to make the data transportable either through serialize, json, xml (and so on). Pass it to a listening cgi/web service. From there, you can pass it through the perl modules and then return the data back to the PHP script.
     
    lukeg32, May 14, 2010 IP
  3. linga

    linga Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I could not understand it. could you please describe it in steps such that i can follow it.
     
    linga, May 18, 2010 IP