7e3b32fff8
Approved by: portmgr Approved by: bapt (mentor)
5 lines
241 B
Text
5 lines
241 B
Text
The Inline::CPP module allows you to put C++ source code directly
|
|
"inline" in a Perl script or module. You code classes or functions in
|
|
C++, and you can use them as if they were written in Perl.
|
|
|
|
WWW: http://search.cpan.org/dist/Inline-CPP/
|