Help for this page

Select Code to Download


  1. or download this
    use warnings FATAL => 'all';
    use strict;
    #use diagnostics;
    
  2. or download this
    use Data::Dumper; $Data::Dumper::Sortkeys=1; print Dumper(\%@foo);