Insert a perl file into a php one...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rod
    Confirmed User
    • Mar 2001
    • 1243

    #1

    Insert a perl file into a php one...

    I want to insert a perl file into a php file...

    This command does not work:

    <?
    include ("path_to_perl_file");
    ?>


    Anyone knows any that works?

    Thanks,
    Steve
    woohoo!
  • Rod
    Confirmed User
    • Mar 2001
    • 1243

    #2
    well, the php command above didnt printed well on my thread, but I am sure you will understand what I mean
    woohoo!

    Comment

    • Lane
      Will code for food...
      • Apr 2001
      • 8496

      #3
      you need to use these:
      http://www.php.net/manual/en/ref.exec.php

      Comment

      • Rod
        Confirmed User
        • Mar 2001
        • 1243

        #4
        thx lane....I found out what I wanted
        woohoo!

        Comment

        Working...