reavey wrote: > I'm interested in libraries or procedures which can produce reports > on a mysql > database.
The DBI module is recommended for database access. You'll need the DBD::mysql driver module to go with it. > I've loaded a mysql database which has powerball numbers. > I'd like to analyze the data for simple things like: > Which number occurs most frequently? > Adding the winning numbers and taking their average? > Statistical techniques to discover a pattern? You can retreive the data using DBI, and write scripts to do statistical analysis. But since lottery drawings are independent events, what could any of this information possibly tell you? :~) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]