Ernst Ernst #16

"Other code"

pacakge My::Interpreter;
use Moose;
with 'Ernst::Interpreter';

sub interpret {
   my ($self, $class, ...) = @_;
   ....
   return anything;
}
Copyright © 2008 Jonathan Rockway