invoking perl on php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ogo796
    New Member
    • Jan 2008
    • 44

    invoking perl on php

    hi guys

    hi guys i am using the php script to upload files to the server and run perl
    script to update some of the html page content manually. so my problem is invoke perl script within php but it does not give me the results.

    $message1=exec( "/home/Data/raw"." "."make"." ".$ZAM);
    /home/data/raw : it is a path to the script
    make : it is a perl script that i want to run
    $ZAM : directory that i want make script to concentrate on.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    So it must give or return some error message. What is it?

    Ronald

    Comment

    • ogo796
      New Member
      • Jan 2008
      • 44

      #3
      hi
      basically i must see the results of on the html page.

      thanks

      Comment

      Working...