I have a script that has code marked like so:<br><br> // remove<br> <the code and text><br> // removed<br><br>I want to remove <the code and text> from the file.<br><br><br>In the past, I believe I used the following:<br>
<br>perl -p -ibak -e "s/\s*\/\/remove[d]?\s*//g" ../*<br><br>It does not seem to be working anymore.<br><br>Any insight is appreciated.<br><br>Drew<br><br>