Help for this page

Select Code to Download


  1. or download this
    my $searched_rs = $all_items->search({ 'LOWER(me.name)' => { 'LIKE' => '%example%' } });
  2. or download this
    DBIC_TRACE=1 perl /tmp/test.pl