On Friday, May 24, 2002, at 02:56 , Johnson, Shaunn wrote:
> open COUNTFILE, ">$mbr_count";
> print COUNTFILE "Count of member in test table\n\n";
> print COUNTFILE "Please review\n\n";
> ***PROBLEM AREA***
> if ( ($memcount < 150 )=$sth->fetchrow) {
> print COUNTFILE
on Fri, 24 May 2002 21:56:58 GMT, Shaunn Johnson wrote:
> So, this is what I'm doing: I connect to the
> database, get a count of records and bring
> back that number. At least it looks good on
> paper ... but now I need to evaluate it as
> a number and not as a list item (if I'm making
> any