in reply to Re: Embedded Syntax Checker?
in thread Embedded Syntax Checker?

Thanks - I was trying to avoid shelling out. perl -c is exactly what I want, but I want to use it as a function, ala:
perlminusc($str); # syntax check _only_ of $str

Thanks!


-- Andy