use Data::Dumper; $Data::Dumper::Indent = 0; my @arr = qw(book dog cat); print Dumper(\@arr);