Hi! I am editting a perl script that will convert html to MIF file. There is a section in the script where it will match html code and translate it into MIF file symbol code such as ($astr =~ s/®/\\xe4 /g. How do I use # in this code such as ($astr =~ s/Ω/\\x57 /g as # is a comment symbol?