How do you install a perl module that requires compilation of C code? I do know the general installation using PPM and CPAN. Thanks in advance.
            Asked
            
        
        
            Active
            
        
            Viewed 269 times
        
    1 Answers
8
            ActiveState Perl and Strawberry Perl are distributions that already comes with all necessary parts. (On outdated version of ActiveState Perl, you had to install and set up the compiler toolchain yourself.)
Then, simply install modules as per the Stack Overflow Perl FAQ: What's the easiest way to install a missing Perl module?
 
     
    