Is it possible to use say commands such as:<br><FONT FACE=monospace><br>if (/<font color=red>regexp</font>/)<br>{<br> #does some stuff<br>}<br></font><br>But without having to use $_? currently I am able to re-assign the $_ variable with whatever string I want checked but this might cause problems if I ever require to pattern match with file contents...<br><br>I can't seem to find the relevant answers in any books!<br>Cheers<br>Loon<br>