i am reading that How (Not) To Ask A Question doc :)
my test.pl contents is listed below
hai dude
i will check the syntax of the above test.pl code by giving
perl -c test.pl
if the above code runs fine test.pl will be appended to another perl code.
my problem is while doing a syntax check (perl -c test.pl) i am not getting an error which i think should be an error.