in reply to Random data from db

Yes, there is a way to retrieve random data from MySQL db using Perl, see Tutorials

Replies are listed 'Best First'.
Re^2: Random data from db
by mendeepak (Scribe) on Mar 01, 2012 at 10:41 UTC

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

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