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

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