in reply to Re: Re: GD & GD::Graph
in thread GD & GD::Graph

hmm, well, the first dataset won't work, too.
i think i'll have to write some debugprints into the sub. I not really ever wanted to edit a pm...

Replies are listed 'Best First'.
Re: Re: Re: Re: GD & GD::Graph
by Anonymous Monk on Nov 07, 2002 at 12:56 UTC
    on my solaris-server, there has been a newer version of this module. but even with the older version, there occurs this error. always at the beginning of this if-block:
    if (defined $np && defined $ds) { return @{$self->{_hotspots}->[$ds]->[$np]}; } elsif (defined $ds) { return @{$self->{_hotspots}->[$ds]}; } else { return @{$self->{_hotspots}}; }

    the values of $ds and $np are correct and valid.