Help for this page
#!/usr/bin/perl -w use strict; ... print (Dumper($abc) . "\n"); #this will work fine print (Data::Dumper->Dump(@$abc) . "\n"); # this will give usage error + as I mentioned earlier. 1;
Output: $VAR1 = "cde"; ... ]; Usage: PACKAGE->new(ARRAYREF, [ARRAYREF]) at /tmp/ab123.pl line 8