Help for this page

Select Code to Download


  1. or download this
    my $count=1;
    my %hash;
    ...
    use Data::BFDump;
    
    Dump(\%hash)->Out();
    
  2. or download this
    $HASH1 = {
               0 => {
    ...
                      6 => 9
                    }
             };