http://qs1969.pair.com?node_id=475749

danidin has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,
I'm new here and with perl so your help is more than needed.. I have a varibale which when I print it I get :

$VAR1 = [ { 'ID' => '111087327557000.111087327557001', 'TEXT' => 'AIAA_AMERICAN_INSTITUTE_OF_AERONAUTICS_A-getFul +lTxt', 'VALUE' => '111087327557001' }, { 'ID' => '110974885571586.110974885571587', 'TEXT' => 'AIP_SCITATION-getFullTxt', 'VALUE' => '110974885571587' },....

and so on.

My question is how I seperate the trioes (ID, TEXT, VALUE)? I want all the trioes to set into array and every trio to be in a different cell in the array.
How can I do that ?!?!

Thanks.

20050718 Janitored by Corion: Fixed formatting