use Storable qw( freeze thaw ); my %hash = ( ... ); $DataQueue->enqueue(freeze(\%hash));