Help for this page

Select Code to Download


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