On Fri, 3 Jan 2003 06:26:41 -0800 (PST), Michael A Chase wrote:
Hi Michael
>my($error);
>$error = shift -> text();
I tried this:
my $error = shift -> text();
but of course it makes no difference in this context.
I then tried:
my $error;
$error = shift -> text();
but of course it makes no difference in this context.
Either way, I'm convinced this is a red herring regarding the problem
I'm having with spaces in table names.
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 04/01/2003
http://savage.net.au/index.html