in reply to Language Conversion
Specifically, I'm looking for something to take the pain out of converting a few subroutines into C or C++ for my current Perl project for security reasons.
"For security reasons"?
I don't understand that, especially since every single piece of Perl code is implemented in C already. The only thing that's not in C is the order in which the C code is to be executed.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Language Conversion
by waswas-fng (Curate) on Sep 09, 2009 at 18:47 UTC | |
by Steve_BZ (Chaplain) on Sep 09, 2009 at 21:53 UTC | |
by ikegami (Patriarch) on Sep 09, 2009 at 21:58 UTC |