Help for this page

Select Code to Download


  1. or download this
    my @tickers = $schema
       ->resultset('TickerTable')
       ->search({},
                { order_by => \"RAND()",
                  columns => ['DisplayName'],
                  rows => 20 });