in reply to Re: A perl os
in thread A perl os

Perl "compilers" are not really true compilers in the same vein as a C compiler. Instead, they really just include the entire Perl interpreter as well as the script in one binary. This is due to the many features that require interpreting on the fly. One of the most obvious of these is eval.

When's the last time you used duct tape on a duct? --Larry Wall