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 Bug report: = BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm

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

------_=_NextPart_001_01C23EEE.FFDC9560-- From mwilkinson@gene.pbi.nrc.ca Fri Aug 9 15:31:42 2002 From: mwilkinson@gene.pbi.nrc.ca (Mark Wilkinson) Date: Fri, 9 Aug 2002 08:31:42 -0600 (CST) Subject: [Genquire-users] Bug report: BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm In-Reply-To: <4ECDBDADC86CD311AEA20004AC4CA50301FFA22F@nrcssxex1.imsb.nrc.ca> Message-ID: thanks! I'll get onto that right away. I just got back from ISMB so it mimght take a day or two to get my head back into work again though ;-) M On Thu, 8 Aug 2002, Nash, John wrote: > 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 >