Help for this page

Select Code to Download


  1. or download this
    unique key poem_artwork_uk (artwork_id)
    
  2. or download this
    unique key poem_name_artwork_uk (name, artwork_id)
    
  3. or download this
    my $poem = $db->resultset('Poem')->search(
        {
    ...
        poem_id => { '!=' => $poem->poem_id },
    })->all;