in reply to Problem with imported function

Read documentation for use, require, import (or Exporter)
use Iterator_Utils qw[ Iterator ]; ... Iterator ...

Replies are listed 'Best First'.
Re^2: Problem with imported function
by Anonymous Monk on Aug 19, 2009 at 13:46 UTC
    I understand the problem now, thanks for the answer! I was confusing the role of @EXPORT_OK with @EXPORT.