|
Re: if loop problem: msg#00417perl-beginners
98447122@xxxxxxxxxxxxxx wrote: Hi All, use strict; use warnings; while(<>){ my ($Gene, $Start, $Stop, $strand, $Product) = split(/\t/, $_); if ($strand eq "c"){ Check your data. The data you posted had 'c ', that is, a 'c' followed by a space between the tabs. -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. My favourite four-letter word is "Done!" -- To unsubscribe, e-mail: beginners-unsubscribe@xxxxxxxx For additional commands, e-mail: beginners-help@xxxxxxxx http://learn.perl.org/
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |