Help for this page
sub recursive_store { $query[$level] = "sql code here"; ... } &recursive_store($level);
print _STORAGE[$anylevel][$anyindex];