Win has asked for the wisdom of the Perl Monks concerning the following question:
give me this warning:my (%hashref_return_A) = correlation(\@primarys_array, \@secondarys_ +array);
The subroutine is taking the request like:Reference found where even-sized list expected at script.pl line 576
sub correlation { my ($x_ref, $y_ref) = @_; my $lfit = Statistics::LineFit->new(); $lfit->setData($x_ref, $y_ref);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Reference found where even-sized list expected
by moritz (Cardinal) on Nov 29, 2007 at 12:03 UTC | |
|
Re: Reference found where even-sized list expected
by jhourcle (Prior) on Nov 29, 2007 at 12:08 UTC |