use strict; use threads; my $structure = [ 'a', 'b', 'c', { some => 'hash' }, [ 'some', 'array' ]];