[Genquire-users] Bug report: BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm

Nash, John john.nash@nrc.ca
Thu, 8 Aug 2002 11:19:33 -0400


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>Bug report: =
BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2 FACE=3D"Arial">Hi guys..</FONT>
</P>
<BR>

<P><FONT SIZE=3D2 FACE=3D"Arial">I'm a newbie, please bear with =
me.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">On a fresh install, upon startup =
Genquire bugs out with a perl &quot;bareword&quot; error in:</FONT>
</P>

<P><FONT SIZE=3D2 =
FACE=3D"Arial">/BIO_SUPPORT/Genquire/GQ/Client/QueryScreen.pm at line =
1755</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; unless ($seq){done =3D 1; =
last};</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">should be:</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">&nbsp; unless ($seq){$done =3D 1; =
last};</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; ^</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Then, it works :)</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">cheers,</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">John</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C23EEE.FFDC9560--