Being new to embedded Perl, I attempted to try the example posted on cpan.org. Everything compiles and runs well until I get to perl_parse(). Tells me it can't find my file to parse. Odd... to make things easy I just stuck it in the executable's path and provided the file name in argv (just like the example). Is a full path needed or any other env vars?