>  yes that is exactly what i mean. i want to do somthing like this:
>  
>          $ perl - c
>          print "Test\n";
>  
>  and now i want to get the infos of the compilation (sytax ok or errors...).
> after that i want to put the next perl code into the 
>  process, i don't want to close the process and reopen a new.

I don't think syntax checking mode has a batch option... AFAIK it's
just for one file at a time. What exactly are you doing that you're
concerned about interpreter startup time when checking syntax?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to