Help for this page
$used_once = "some value"; $used_once; # void context, does nothing
use EmeraldWarp::DBI; # instead of requiring it our $database = "whatever"; ... my $dbh = new EmeraldWarp::DBI($database); # or just "whatever" and o +mit $database entirely ...