in reply to Re: module loaded test
in thread module loaded test
There's a convention of keeping the code for package "Foo::Bar" in module "Foo/Bar.pm", so packages and modules often coincide with each other.
s/convention/rule that makes a module a module - a definition/
a module is a namespace associated with a file ; a module is a package you can use or require
|
|---|