in reply to Re: Array, SQL Question!
in thread Array, SQL Question!

I think you want e.g.:
my $n1 = $array_num[0]; my $n2 = $array_num[1];