http://www.perlmonks.org?node_id=1019103


in reply to Exporter Problem

Hi osler welcome to Perlmonks .

You have not shown your code you might have forgotten to load the module inside a BEGIN block and export the module. I will tell you the better way to use module is like  use base Lingua::StanfordCoreNLP;

Replies are listed 'Best First'.
Re^2: Exporter Problem
by osler (Sexton) on Feb 17, 2013 at 13:51 UTC
    I tried use parent (base apparently is deprecated) and still not able to find the subclass.