Help for this page

Select Code to Download


  1. or download this
    cmp_deeply(
        $obj,
    ...
          ["favourites", "food"] => ["Mapo tofu", "Gongbao chicken"]
        )
      );
    
  2. or download this
    is($obj->name, "John", '... our name is John);
    is_deeply([$obj->favourites("food")], ["Mapo tofu", "Gongbao chicken"]
    +);
    
  3. or download this
    my $report = do($tree_file) || die "failed to load the report tree\n=>
    + $@\n";
    
    ...
            ) # array_each
        ) # all
    ); # cmp_deeply