Help for this page
$array = supersplit( $separator, \*DATA); #// not needed here
$item = fetchit( $row, $thefield ); sub fetchit{ $r = shift; $f = shift; $array[$r][$indici{$f}]; }