prompt$ regex.pl '***' '**!!' *** multi line comment **!! *** inline comment **!! prompt$ regex.pl '/*' '*/' /* c comment 1 */ /* * c comment 2 */ prompt$ regex.pl '//' // c++ comment 1 // c++ comment 2