Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    %fruits=();
    ...
    }
    
    print Dumper(\%fruits);
    
  2. or download this
    $VAR1 = {
              '6' => 7,
              '1' => 1,2,
              '3' => 5
            };