Setting Precedence

 my $q = Data::Phrasebook->new(
    class  => 'Plain',
    loader => 'Ini',
    file   => 'phrases.ini',
    dict   => ['This','That','AndTheOther'],
 );
  • Will search through multiple dictionaries in the given order
  • Will still use the default dictionary as the last dictionary