CPP function in perl.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zcabeli
    New Member
    • Jan 2008
    • 51

    CPP function in perl.

    Hello,
    i'm interesting in learning how to write CPP function with full perl interface.
    meaning that i could invoke them from perl script. if you have any related material reference, or any other tutorial, i'd be happy to hear about.

    thanks,
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    I have no idea what CPP is, can you elaborate?

    Comment

    • zcabeli
      New Member
      • Jan 2008
      • 51

      #3
      CPP = C++ (a computer language)

      Comment

      • KevinADC
        Recognized Expert Specialist
        • Jan 2007
        • 4092

        #4
        Originally posted by zcabeli
        CPP = C++ (a computer language)
        ahh.... I have no idea how to do what you have asked in your original question. I suggest you ask on www.perlmonks.c om if you have not already.

        Comment

        • gpraghuram
          Recognized Expert Top Contributor
          • Mar 2007
          • 1275

          #5
          Originally posted by zcabeli
          Hello,
          i'm interesting in learning how to write CPP function with full perl interface.
          meaning that i could invoke them from perl script. if you have any related material reference, or any other tutorial, i'd be happy to hear about.

          thanks,
          I think you should use something like system call from perl to call the CPP executable...

          Raghuram

          Comment

          Working...