Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          print("repellent: ", Dumper($repellent), "\n");
       }
    }
    
  2. or download this
    samtregar: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
    repellent: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
    
  3. or download this
    use strict;
    use warnings;
    ...
          print("repellent: ", Dumper($repellent), "\n");
       }
    }
    
  4. or download this
    samtregar: {}
    repellent: {"a" => {"b" => {"c" => {}}}}