Useless use of numeric gt (>) in void context and Useless use of private variable in void context

2004-12-05 Thread vincenza maselli
Hi all, 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: have some of

Useless use of numeric gt (>) in void context and Useless use of private variable in void context (Modified by vincenza maselli)

2004-12-06 Thread vincenza maselli
Hi all, I don't have underlined the row 382 because it seems irrilevant (for me) and so I have forget it! Sorry. Thank you, Vincenza # store exon my @exons = @{$transcript->get_all_Exons()}; my ($ontology_exon, $exon_start, $exon_end, $exon_strand); unless ($transcript->translation){