in reply to Re^2: Class::DBI and compiling
in thread Class::DBI and compiling

Perl has no compiler.

So, how did you compile the script, and how did you instruct the compiler to include all necessary modules?

Replies are listed 'Best First'.
Re^4: Class::DBI and compiling
by perlfan (Parson) on Jul 10, 2014 at 14:50 UTC
    Not in the traditional sense, but there is most certainly a Perl to C transformation tool that compiles generated C against libperl, B::C (perlcc). Many people refer to this as the "Perl compiler."

      I watched this talk from YAPC:NA, it seems that it's not as straightforward or easy path as those who champion it would have us believe, the docs are going to deter people from using it.

        That talk wasn't a tutorial, it was a demo. I was actually there IRL.