"""
The input to the RPerl compiler is low-magic Perl 5 source code. RPerl converts the low-magic Perl 5 source code into C++ source code using Perl and/or C++ data structures. Inline::CPP converts the C++ source code into XS source code. Perl's XS tools and a standard C++ compiler convert the XS source code into machine-readable binary code, which can be directly linked back into normal high-magic Perl 5 source code.
"""
That is some magic right there. Similar kinds of craziness (like the Inline module itself) is some of what gives Perl so much charm :)
That is some magic right there. Similar kinds of craziness (like the Inline module itself) is some of what gives Perl so much charm :)