I have a perl script running and i keep getting this error message: Use of uninitialized value in string eq at I:\Inetpub\wwwroot\PL1\cgi-bin\members_admin.pl line 66. The code from that area is: # decide task according to mode if ($mode eq "menu") <---- line 66 { # Menu mode - Output Menu to browser if($allowed =~ /$admin/i) If you could help me out, i'd appreciate it