hi
i hav a engine code and insert perl code to that engine code.
so before inserting the perl code into engine code i do a syntax check on the snippet
like
perl -c <code list>
the issue i am concerned is
that barewords go unidentifed
i.e
perl -c "Welcome Back "
goes error free into my engine code.
how to handle this?
please guide me :)
thanks
alan