Il 04/03/2011 13:26, Rob Coops ha scritto: First of all, really tnx Rob! I really appreciate u way to teach (even to folks with no programming background like me) the logic behind!
I know that maybe this is a silly question but how can I transform the my @G1 = (["alfa" , "10"], ["beta" , "11"]); In something that take data from the oracle select statement ? I mean I tried something like: my @G1 = $query_handle->fetchrow_array But it simply don't works.... I was at this point before and I got no solution because I always see example that using something like while (my @G1 = $query_handle->fetchrow_array) { do something }; and I didn't found a simply solution to put stuff in a array... Sorry to bother with so silly question, but really I want to learn how to do it! -- Vito Pascali ICT Security Manager IT Senior System Administrator vito.pasc...@gmail.com