##
next if $_ =~ /--.*/;
next if $_ =~ /^SVSA.?/;
####
next if $_ =~ /--/;
next if $_ =~ /^SVSA/;
####
next if $_ =~ /^--/;
####
next if $_ =~ /^\s*--/; # also removing lines having -- with some leading white spaces
####
next if $_ =~ /^\s*$/; # also removing lines with only white spaces