Help for this page

Select Code to Download


  1. or download this
    package Elric::Lexicon;
    
    sub new {
    ...
    }
    
    ...
    
  2. or download this
    use Elric::Lexicon;
    my %lexicon = ();
    ...
    ...
      &message("Lexicon $_:\t");              # name the current lexicon
      $mind_units += $lexicon{$_}->info();    # print information about it
    +s internals
    }