in reply to Re^2: Prob with 'while' loop and subroutine calling
in thread Prob with 'while' loop and subroutine calling
while ($incEnergy > $minEnergy)In that while loop there is:
So presumably,$incEnergy = $incEnergy+$scale;
$scale = ($minEnergy-$maxEnergy)/5;
Global symbol "$x1" requires explicit package name at monk_graph.pl line 150.I assume that is supposed to be "@x", not "@$x1" in the code.
|
|---|