Is it possible to do a syntax check on a block of perl code from within a perl program?
but I don't want to shell out. Another possebility is to eval the code and check for $@, but then it is allready evalled, and that could have unforseen consequences.
Basicly I'm looking for a kind of local "-c" switch.
>>>> Zoidberg: So many memories, so many strange fluids gushing out of patients' bodies.... <<<<