Each module can be given its own namespace (as shown in the code example via package) or, indeed, any namespace. It's not automatic.
:) Yup its not automatic, but a "module" has a specific meaning:) A module is a namespace (package Foo) associated with a file (Foo.pm). A module is a package you can use or require. So if it doesn't do these things we usually don't call it a module :)
In reply to Re^3: Fill an array in a module ?
by Anonymous Monk
in thread Fill an array in a module ?
by DarrenSol
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |