use Data::Dumper; : Data « System Functions « Perl






use Data::Dumper;

    


use Data::Dumper;

$arrayref1 = [1, 2, 3];
$arrayref2 = [4, 5, 6];

print Data::Dumper->Dump([$arrayref1, $arrayref2], [arrayref1, arrayref2]);

   
    
    
    
  








Related examples in the same category

1.Using Data::Dumper to print the results of tree-based parsing
2.Using Data::Dumper to serialize the structure of a tree of XML document
3.Pass new variable name to Data::Dumper function
4.Use the Data:: Dumper function to output complex value
5.use Data Dumper to dump the reference