in reply to Re^2: Multidimensional array
in thread Multidimensional array

Hello!

This code really did the trick!

my @Mdevices ; while (... something ...) { ... do something to get $UnitID & $fileno ... ... do some other stuff ... push (@Mdevices, [$UnitID, $fileno]); } ;

Thanks to all of you for help

Igor