Help for this page

Select Code to Download


  1. or download this
    $ perl -E '
        my %x = (A => { id => 2 }, B => { id => 3 }, C => { id => 1 });
    ...
        say "Last: $sorted[-1]";
    '
    Last: B
    
  2. or download this
    ID => {
        name => '...',
        parent_id => ...,
    }