http://qs1969.pair.com?node_id=891832


in reply to Re: Simple Module Tutorial
in thread Simple Module Tutorial

"Test" is a poor choice of a module name because there is a Core module of the same name (Test) which is part of the standard Perl distribution. Furthermore, since you placed your .pm file under a directory named "Test", you would need to type use Test::Test;. I strongly recommend you change the name of your module to something more unique in order to avoid this naming collision.