Help for this page

Select Code to Download


  1. or download this
    use Test::Deep;
    
    ...
    {
      print "they match"
    }
    
  2. or download this
    $animals = set("cat", "dog");
    $people = set("john", "mary");
    $a_p = set($animals, $people);
    
    print eq_deeply($structure, $a_p);