#This is a comment print "# This is not a comment"; qw/ # Neither is this/ @array= ('#', "or this"); ?#array #or this #### /* This is a comment*/ /*This is also a comment */ #### /** This is * a * comment for javadoc! **/ #### > program.pl source.pl ParserPl.pl #### ex: > program.pl source.c ParserC.pl > program.pl source.java ParserJava.pl > etc...