![]() |
|
Just another Perl shrine | |
PerlMonks |
Re: Reference is experimentalby Phenomanan (Monk) |
on Oct 20, 2016 at 14:32 UTC ( #1174374=note: print w/replies, xml ) | Need Help?? |
The important line: "Not an ARRAY reference at beta_table_maker line 27" It's basically exactly what it says; you need to give it an array instead of $tmp[0]. Try, shift @tmp instead.
In Section
Seekers of Perl Wisdom
|
|