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


in reply to Re^2: Prototype mismatch error - ChangeNotify
in thread Prototype mismatch error - ChangeNotify

# this is the main file $x= Helper::foo(); # ... package Helper; use PoisonModule qw/ bar INFINITE/; sub foo { return bar (blah, blah, INFINITE); }