$/= ';'.$/ #### while (my $line = ){ next if ($line =~ s/^#/); # skip comment lines print "Query: $line\n"; }