Jair Santos wrote:

> Thanks Joseph,
>
> I did what you said but still makes no sense . The "Got this far " is in the
> middle of the pm error messages" . Look the code in the bottom of the email.
>
> Scalar value @fret[$i-1] better written as $fret[$i-1] at
> C:/Perl/site/lib/Xbase
> .pm line 500.
> Scalar value @fret[$i-1] better written as $fret[$i-1] at
> C:/Perl/site/lib/Xbase
> .pm line 503.
> Useless use of hash element in void context at C:/Perl/site/lib/Xbase.pm
> line 53
> 7.
> Useless use of private variable in void context at C:/Perl/site/lib/Xbase.pm
> lin
> e 537.
> Got this far
> Use of uninitialized value in concatenation (.) or string at
> C:/Perl/site/lib/Xb
> ase.pm line 454.
> ...
> ase.pm line 454.
> Use of uninitialized value in string eq at C:/Perl/site/lib/Xbase.pm line
> 456.
> Use of uninitialized value in substr at C:/Perl/site/lib/Xbase.pm line 461.
> Use of uninitialized value in substr at C:/Perl/site/lib/Xbase.pm line 461.
>
> Code follows
>
> #! c:\\perl\\bin\\perl -w
> use strict;
> use Xbase;
> my $database = "db";
> my $file = "fi";
>
> print "Got this far\n";

Since the warnings [reflecting serious logic errors] come before you have done
anything at all, I would say that you have either a very buggy module, or one
that is not properly installed.  I believe someone mentioned that this puppy
hadn't been maintained or upgraded in seven years.

The Perl world is full of modules.  This one is extinct.  Please dump it and use
a module that is current.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to