in reply to calling problem in script

if($Individual == "ArcotID")

== compares numbers, eq compares strings. See also perlop.