In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Vincenza Maselli) writes: >I got this error when run my scripts: >Useless use of numeric gt (>) in void context at >/Users/vincenza/src/gfdb/modules/Bio/DBLoader.pm line 382. >Useless use of private variable in void context at >/Users/vincenza/src/gfdb/modules/Bio/DBLoader.pm line 382. >below is the code:
My powers of ESP are suggesting to me that this is line 382: >elsif ($exon_start > $coding_start && $exon_end >$coding_end, >$member_obj,$exon_strand){ If not, perhaps you could enlighten us with a line number or two. If so, perhaps you could tell us what you wanted that line to do, since I can't tell. -- Peter Scott http://www.perldebugged.com/ *** NEW *** http://www.perlmedic.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>