From john.nash@nrc.ca Thu Aug 8 16:19:33 2002 From: john.nash@nrc.ca (Nash, John) Date: Thu, 8 Aug 2002 11:19:33 -0400 Subject: [Genquire-users] Bug report: BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm Message-ID: <4ECDBDADC86CD311AEA20004AC4CA50301FFA22F@nrcssxex1.imsb.nrc.ca> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C23EEE.FFDC9560 Content-Type: text/plain; charset="iso-8859-1" Hi guys.. I'm a newbie, please bear with me. On a fresh install, upon startup Genquire bugs out with a perl "bareword" error in: /BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm at line 1755 unless ($seq){done = 1; last}; should be: unless ($seq){$done = 1; last}; ^ Then, it works :) cheers, John ------_=_NextPart_001_01C23EEE.FFDC9560 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi guys..
I'm a newbie, please bear with = me.
On a fresh install, upon startup = Genquire bugs out with a perl "bareword" error in:
/BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm at line = 1755
unless ($seq){done =3D 1; =
last};
should be:
unless ($seq){$done =3D 1; =
last};
&nb=
sp; &nb=
sp; ^
Then, it works :)
cheers,
John