Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    # ^ this statement builds a simple hash table, %var
    
    print Dumper(\%var);
    
  2. or download this
    $VAR1 = {
              'a1b2' => 1
            };