http://www.perlmonks.org?node_id=957158


in reply to Re: Random data from db
in thread Random data from db

i didn't got any answer in Tutorial that is why posted the question...

Replies are listed 'Best First'.
Re^3: Random data from db
by marto (Cardinal) on Mar 01, 2012 at 10:45 UTC

    Using DBI you can perform SQL queries. Create a SQL query which returns the data you wish, execute the query in Perl using DBI.

Re^3: Random data from db
by Anonymous Monk on Mar 01, 2012 at 10:44 UTC