in reply to Re^2: when is a perl module executed?
in thread when is a perl module executed?
Ensure that the capitalization for the package name and the file name match and are the same as used in the use statement.
Note that all lower case module names are reserved for pragmas and should not be used for user modules.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: when is a perl module executed?
by ketaki (Acolyte) on Jul 17, 2008 at 03:30 UTC |