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