How to comment some part of the statement in Perl?



I comment out only part of a line in Perl. This means I have a statement like this:
if($somthing==0){#ok ok}

I would like to comment the last closing bracket without moving to next line. Is is possible?