Aditya Prasad <[EMAIL PROTECTED]> writes: >Hello, > >I have a process that embeds the perl interpreter. When i run a perl file from >the command prompt using the perl interpreter directly, it throws up an error >message that gives an idea of the syntax error. However when i am parsing the >perl file using perl_parse in the embedded interpreter, then all i can get is >9 as the return value for an error.
You had better show us how you are calling perl_parse etc. >Is there anyway i can get the information >that i get from the command line to indicate the exact syntax error? I think it is is [EMAIL PROTECTED] But perl_parse isn't always the easiest way to handle things that may have errors - eval_pv() may be more reliable > >The information contained in this electronic message and any attachments to >this message are intended for the exclusive use of the addressee(s) and may >contain confidential or privileged information. If you are not the intended >recipient, please notify the sender at Wipro or [EMAIL PROTECTED] >immediately and destroy all copies of this message and any attachments. That is a foolish thing to send on an open-subscription list - I should not really reply ...
