Unwanted Lines Here ............... ---------------- etc., #!/usr/bin/perl -w use strict; print "Hai Ashok ...\n"; system('ls'); __END__ #### syntax error at test.pl line 3, near "......" "use" not allowed in expression at test.pl line 9, at end of line Execution of test.pl aborted due to compilation errors. #### Output is Hai Ashok .. x.pl y.pl z.pl dirName1 dirName2 #### Output is Hai Ashok .. abc.pl xyz.pl