<html>
<body>
Hi All<br>
I came across the code below while looking at a script written by someone
who no longer works with us.<br><br>
Does anyone have any idea what the <tt>/\c@/</tt> is meant to
match?<br><br>
<tt>\c</tt> usually indicate a control character but I don't know what
the <tt>@ </tt>is for.<br><br>
<br>
<tt>if($a_username=~/\c@/ || $a_authresult=~/\c@/ ||
$a_password_entry=~/\c@/) <br>
</body>
</html>