in reply to How to print array containing the perl hash
use Data::Dumper; print Dumper( \@commonArgs ); [download]