if ((uc($survn) eq uc($poolm)) && ($survwk = $weekin))I think you want a numeric compare (==) , not an assignment (=)
if ((uc($survn) eq uc($poolm)) && ($survwk == $weekin))
In reply to Re: replace a value in an array
by toolic
in thread replace a value in an array
by firsttime
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |