http://qs321.pair.com?node_id=1174374


in reply to Reference is experimental

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.