Re: Can't call method X without a package or object reference

2003-11-11 Thread Graham Barr
On Nov 11, 2003, at 13:01, Chris Masters wrote: Please keep it on list $mesg will always be defined. You need to look at $mesg->code to determine if there was a problem. Can't call method "code" without a package or object reference at blah! with the following code after calling search: if($

Re: Can't call method X without a package or object reference

2003-11-11 Thread Graham Barr
On Nov 11, 2003, at 11:13, Chris Masters wrote: I'm getting this problem intermittenly i.e. it works for the first few runs, then it fails. Getting this error: Can't call method "entry" (or count etc) without a package or object reference at ... (the first entry call in the if test) Odd. eval {

Re: Can't call method X without a package or object reference

2003-11-11 Thread Graham Barr
, Chris --- Graham Barr <[EMAIL PROTECTED]> wrote: Begin forwarded message: From: Chris Masters <[EMAIL PROTECTED]> Date: November 11, 2003 11:13:12 GMT To: [EMAIL PROTECTED] Subject: Can't call method X without a package or object reference Message-Id: <[EMAIL PROTECTED]&g

Re: Fwd: Can't call method X without a package or object reference

2003-11-11 Thread Chris Masters
Hi Graham, Did you forget to add your comment? Thanks, Chris --- Graham Barr <[EMAIL PROTECTED]> wrote: > Begin forwarded message: > > From: Chris Masters <[EMAIL PROTECTED]> > > Date: November 11, 2003 11:13:12 GMT > > To: [EMAIL PROTECTED] > >

Fwd: Can't call method X without a package or object reference

2003-11-11 Thread Graham Barr
Begin forwarded message: From: Chris Masters <[EMAIL PROTECTED]> Date: November 11, 2003 11:13:12 GMT To: [EMAIL PROTECTED] Subject: Can't call method X without a package or object reference Message-Id: <[EMAIL PROTECTED]> Hi All, I'm getting this problem intermittenly

Can't call method X without a package or object reference

2003-11-11 Thread Chris Masters
Hi All, I'm getting this problem intermittenly i.e. it works for the first few runs, then it fails. Getting this error: Can't call method "entry" (or count etc) without a package or object reference at ... (the first entry call in the if test) with the following code (I'm calling a function con