Hi all,

I've run a script  by a command line with:

perl -d -T script.pl

This launched the debugger but I've seen the following error:
Use of uninitialized value in split at c:/Perl/lib/perl5db.pl line 508.

This is a file in the Perl directory, and the line with errors is:

    if (($stop,$action) = split(/\0/,$dbline{$line})) {

Then I've seen one more error in that file:
Argument "\n" isn't numeric in numeric eq (==) at c:/Perl/lib/perl5db.pl
line 572

That line is:
     for ($i = $line + 1; $i <= $max && $dbline[$i] == 0; ++$i) { #{ vi

Is there any bug, or what could be the problem?
I am using Windows 2000.

If I run the script normally, the script runs without errors or warnings.


Teddy,
[EMAIL PROTECTED]




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

Reply via email to