Help for this page
$text =~ s|\/\*[^\*]*\*\/||;
$text =~ s| \/\* # '/*', escaped [^\*]* # 0 or more non-'*' characters \*\/ # '*/', escaped ||x;