I am getting the warning:
Found = in conditional, should be == at NM_000367.pl line 32.

line 32 contains my sql query:
my $sql = qq{ SELECT * FROM fasta WHERE accession LIKE 'NM_000367' }
             or die "Can't prepare SQL statement:
",$ucscHandle->errstr(), "\n";

The query fuctions fine, but I am curious why I am getting that warning...?

--
Andy Hammer
Gesteland / Atkins Lab




Reply via email to