in reply to How to print array containing the perl hash

Those are the contents of that array.
use Data::Dumper; print Dumper( \@commonArgs );
References quick reference