On Friday, January 4, 2002, at 08:22 PM, Tim Bunce wrote:
> And I'll be tightening up the docs for that to make specific
> recomendations for subclasses to use 'private_<classname>_*'.
>
>

Is it possible to add methods to the DBI which prepend the 
required string, eg.

my $dbh = DBI->connect(... { PrivatePrefix = 'private_My::App' } );

$dbh->private_store(age => 12);

actually does $dbh->{private_My::App_age} = 12;


Reply via email to