Contents | Up | Prev | Next |
Perl modules are namespaces that contain function and variables. Two distinct modules may each contain a function (or a variable) with the same name, yet the perl interpreter will be able to tell them apart. Furthermore, both functions can be invoked from the same code.
Contents | Up | Prev | Next |
Written by Shlomi Fish