Help for this page

Select Code to Download


  1. or download this
    sub load_lexicon {
        my ( $class, %params ) = @_;
    
    ...
        die("Could not load Locale::Maketext::Lexicon") if $@;
        return;
    }