Creating an SQLite database with the OrLite module Programming Software Development by d5e5 …URL="http://search.cpan.org/~adamk/ORLite-1.45/lib/ORLite.pm"]OrLite[/URL], presumably to consider using it …when you search for examples of how to use OrLite you may not find nearly as many as when… table.[CODE]#!/usr/bin/perl use strict; use warnings; use ORLite { package => 'Foo::Bar', file => 'data/… Re: Creating an SQLite database with the OrLite module Programming Software Development by d5e5 If you replace the [ICODE]cleanup => 'VACUUM',[/ICODE] option in the above script with the [ICODE]prune => 1,[/ICODE] option a neat thing happens. The folder, database and table are created if they don't already exist, then before the script terminates the folder and database are deleted. That might come in handy if you wanted to … Re: Statistics with perl Programming Software Development by bio-grad Thanks I downloaded Basic and OrLite this morning with synaptic. From the description, it sounds like … Re: Statistics with perl Programming Software Development by d5e5 I found Statistics::Basic but couldn't find OrLite. I had to make some changes to your script to …