On Thu, 17 May 2001, Davidhayesmoats wrote:

> 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

Somehwere in your code $mode is not assigned to.  Showing more of your
code and where it may or may not be assigned to will provide more detail
for the list.

-- Brett

Reply via email to