Help for this page
use Math::Polynomial::Solve qw!poly_derivative poly_roots!; my %haystack; ... } } }
# the arrays of zeros are now the keys %haystack = reverse %haystack; ... # supposed to print out the corresponding values from %haystack print Dumper{ values of a, b, c corresponding to the elements of @want +s };