Help for this page
tie %hash, 'MyHashClass', @files; my @data = $hash{$key}; # convienent!
package MyHashClass; use strict; ... return @ret; } 1;