Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    my @unique = map eval, uniq map { pp $_ } @test_data;
    dd \@unique;
    
  2. or download this
    [
      { Tag1 => 1, Tag2 => "a" },
    ...
      { Tag1 => 3 },
      { Tag1 => "sun", Tag2 => "a" },
    ]