Supporting Methods
$pb->file( 'mynewfile.ini' ); $pb->dict( 'DICTIONARY2' );
- can swap files and dictionaries as you go
my @dicts = $pb->dicts();
- can list dictionaries available
- first will be the default dictionary

$pb->file( 'mynewfile.ini' ); $pb->dict( 'DICTIONARY2' );
my @dicts = $pb->dicts();
