Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper::Simple autowarn => 1;
    Dumper($scalar, @array, %hash);
    
  2. or download this
    use Data::Dumper::Simple as => 'show', autowarn => 'carp';
    show($scalar, %hash);